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

/packages/apps/Dialer/java/com/android/contacts/common/widget/
H A DFloatingActionButtonController.java112 align(align, 0 /*offsetX */, 0 /* offsetY */, animate);
120 * @param offsetY Additional offsetY to translate by.
123 private void align(int align, int offsetX, int offsetY, boolean animate) { argument
134 .translationY(offsetY)
140 mFab.setTranslationY(offsetY);
/packages/apps/Contacts/src/com/android/contacts/widget/
H A DFloatingActionButtonController.java116 align(align, 0 /*offsetX */, 0 /* offsetY */, animate);
124 * @param offsetY Additional offsetY to translate by.
127 public void align(int align, int offsetX, int offsetY, boolean animate) { argument
138 .translationY(offsetY)
144 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/DocumentsUI/src/com/android/documentsui/dirlist/
H A DFastScroller.java337 * @param offsetY The new scroll Y offset.
339 void updateScrollPosition(int offsetX, int offsetY) { argument
358 float middleScreenPos = offsetY + verticalVisibleLength / 2.0f;
/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 238 milliseconds