HomeSort by relevance Sort by last modified time
    Searched refs:offy (Results 1 - 9 of 9) 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/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...]
  /external/webkit/Source/WebKit/efl/ewk/
ewk_tiled_backing_store.h 104 EAPI Eina_Bool ewk_tiled_backing_store_zoom_set(Evas_Object *o, float *zoom, Evas_Coord cx, Evas_Coord cy, Evas_Coord *offx, Evas_Coord *offy);
ewk_tiled_backing_store.c     [all...]
  /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...]

Completed in 100 milliseconds