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

/packages/apps/Dialer/java/com/android/dialer/widget/
H A DFloatingActionButtonController.java118 align(align, 0 /*offsetX */, 0 /* offsetY */, animate);
125 * @param offsetX Additional offsetX to translate by.
129 private void align(int align, int offsetX, int offsetY, boolean animate) { argument
139 .translationX(translationX + offsetX)
145 fab.setTranslationX(translationX + offsetX);
/packages/apps/Contacts/src/com/android/contacts/widget/
H A DFloatingActionButtonController.java116 align(align, 0 /*offsetX */, 0 /* offsetY */, animate);
123 * @param offsetX Additional offsetX to translate by.
127 public void align(int align, int offsetX, int offsetY, boolean animate) { argument
137 .translationX(translationX + offsetX)
143 mFloatingActionButtonContainer.setTranslationX(translationX + offsetX);
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
H A DClipAnimationHelper.java193 public void offsetTarget(float scale, float offsetX, float offsetY, Interpolator interpolator) { argument
195 mTargetOffset.set(offsetX, offsetY);
/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
H A DTiledTexture.java113 public int offsetX; field in class:TiledTexture.Tile
138 int x = BORDER_SIZE - offsetX;
210 tile.offsetX = x;
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,
627 int xPos = (col * (imageWidth + widthPadding)) - offsetX;
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 738 milliseconds