/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/EN/ |
TutorialEN.java | 162 void show(int offx, int offy) { 169 if ((gravity & Gravity.RIGHT) == Gravity.RIGHT) offx -= window.getWidth(); 187 window.showAtLocation(inputView, Gravity.NO_GRAVITY, x + offx, y + offy);
|
/frameworks/base/core/java/android/view/ |
IWindowSession.aidl | 185 void setUniverseTransform(IBinder window, float alpha, float offx, float offy,
|
/frameworks/ex/carousel/java/com/android/ex/carousel/ |
CarouselView.java | 361 * @param offx an optional offset to apply to the texture (in pixels) from top of detail line 367 public void setDetailTextureForItem(int n, float offx, float offy, float loffx, float loffy, 369 mController.setDetailTextureForItem(n, offx, offy, loffx, loffy, bitmap);
|
CarouselController.java | 388 * @param offx an optional offset to apply to the texture (in pixels) from top of detail line 394 public void setDetailTextureForItem(int n, float offx, float offy, float loffx, float loffy, 398 mRenderScript.setDetailTexture(n, offx, offy, loffx, loffy, bitmap);
|
carousel.rs | 512 void setDetailTexture(int n, float offx, float offy, float loffx, float loffy, rs_allocation texture) 520 cards[n].detailTextureOffset.x = offx; [all...] |
CarouselRS.java | 737 void setDetailTexture(int n, float offx, float offy, float loffx, float loffy, Bitmap bitmap) 759 mScript.invoke_setDetailTexture(n, offx, offy, loffx, loffy, item.detailTexture); [all...] |
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/ |
TutorialJAJP.java | 164 void show(int offx, int offy) { 171 if ((gravity & Gravity.RIGHT) == Gravity.RIGHT) offx -= window.getWidth(); 190 window.showAtLocation(inputView, Gravity.NO_GRAVITY, x + offx, y + offy);
|
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/ |
BridgeWindowSession.java | 188 public void setUniverseTransform(IBinder window, float alpha, float offx, float offy,
|
/external/opencv/cv/src/ |
cvshapedescr.cpp | 790 double x0, y0, idet, scale, offx = 0, offy = 0; local 809 offx += ((CvPoint*)reader.ptr)->x; 814 offx += ((CvPoint2D32f*)reader.ptr)->x; 820 offx /= n; 831 x = ((CvPoint*)reader.ptr)->x - offx; 836 x = ((CvPoint2D32f*)reader.ptr)->x - offx; 915 box->center.x = (float)offx; 932 box->center.x = (float)(x0 + offx); [all...] |
/frameworks/base/services/java/com/android/server/wm/ |
Session.java | 426 public void setUniverseTransform(IBinder window, float alpha, float offx, float offy, 433 alpha, offx, offy, dsdx, dtdx, dsdy, dtdy); local
|
WindowManagerService.java | [all...] |