Searched defs:offsetY (Results 1 - 3 of 3) sorted by relevance

/packages/apps/ContactsCommon/src/com/android/contacts/common/widget/
H A DFloatingActionButtonController.java117 align(align, 0 /*offsetX */, 0 /* offsetY */, animate);
125 * @param offsetY Additional offsetY to translate by.
128 public void align(int align, int offsetX, int offsetY, boolean animate) { argument
139 .translationY(offsetY)
145 mFloatingActionButtonContainer.setTranslationY(offsetY);
/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
H A DTiledTexture.java114 public int offsetY; field in class:TiledTexture.Tile
139 int y = BORDER_SIZE - offsetY;
211 tile.offsetY = y;
286 src.offset(t.offsetX, t.offsetY);
288 src.offset(BORDER_SIZE - t.offsetX, BORDER_SIZE - t.offsetY);
305 src.offset(t.offsetX, t.offsetY);
307 src.offset(BORDER_SIZE - t.offsetX, BORDER_SIZE - t.offsetY);
328 src.offset(t.offsetX, t.offsetY);
331 src.offset(BORDER_SIZE - t.offsetX, BORDER_SIZE - t.offsetY);
/packages/apps/Gallery/src/com/android/camera/
H A DGalleryPicker.java622 int heightPadding, int offsetX, int offsetY,
628 int yPos = (row * (imageHeight + heightPadding)) - offsetY;
620 placeImage(Bitmap image, Canvas c, Paint paint, int imageWidth, int widthPadding, int imageHeight, int heightPadding, int offsetX, int offsetY, int pos) argument

Completed in 103 milliseconds