Searched refs:yoffset (Results 1 – 3 of 3) sorted by relevance
/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
D | GLView.java | 234 int yoffset = component.mBounds.top - mScrollY; in renderChild() local 236 canvas.translate(xoffset, yoffset); in renderChild() 250 canvas.translate(-xoffset, -yoffset); in renderChild() 370 int yoffset = 0; in getBoundsOf() local 376 yoffset += bounds.top; in getBoundsOf() 379 out.set(xoffset, yoffset, xoffset + descendant.getWidth(), in getBoundsOf() 380 yoffset + descendant.getHeight()); in getBoundsOf()
|
/packages/apps/Gallery2/tests/src/com/android/gallery3d/ui/ |
D | GLStub.java | 130 int yoffset, in glCompressedTexSubImage2D() argument 153 int yoffset, in glCopyTexSubImage2D() argument 706 int yoffset, in glTexSubImage2D() argument
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
D | AppsCustomizePagedView.java | 1327 int yoffset = in getWidgetPreview() local 1334 yoffset, (int) (mAppIconSize * iconScale), in getWidgetPreview()
|