HomeSort by relevance Sort by last modified time
    Searched refs:offy (Results 1 - 11 of 11) sorted by null

  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/EN/
TutorialEN.java 162 void show(int offx, int offy) {
164 offy -= textView.getPaddingTop() + textHeight;
168 if ((gravity & Gravity.BOTTOM) == Gravity.BOTTOM) offy -= window.getHeight();
187 window.showAtLocation(inputView, Gravity.NO_GRAVITY, x + offx, y + offy);
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
TutorialJAJP.java 164 void show(int offx, int offy) {
166 offy -= textView.getPaddingTop() + textHeight;
170 if ((gravity & Gravity.BOTTOM) == Gravity.BOTTOM) offy -= window.getHeight();
190 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 362 * @param offy 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 389 * @param offy 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)
521 cards[n].detailTextureOffset.y = offy;
    [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...]
  /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
810 offy += ((CvPoint*)reader.ptr)->y;
815 offy += ((CvPoint2D32f*)reader.ptr)->y;
821 offy /= n;
832 y = ((CvPoint*)reader.ptr)->y - offy;
837 y = ((CvPoint2D32f*)reader.ptr)->y - offy;
916 box->center.y = (float)offy;
933 box->center.y = (float)(y0 + offy);
    [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...]

Completed in 465 milliseconds