Searched defs:scaleX (Results 1 - 10 of 10) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
H A DLauncherAnimUtils.java111 float alpha, float scaleX, float scaleY) {
114 PropertyValuesHolder.ofFloat(View.SCALE_X, scaleX),
110 ofViewAlphaAndScale(View target, float alpha, float scaleX, float scaleY) argument
H A DHolographicOutlineHelper.java166 Bitmap createMediumDropShadow(Drawable drawable, float scaleX, float scaleY, argument
173 int bitmapWidth = (int) (rect.width() * scaleX);
194 mCanvas.scale(scaleX, scaleY);
H A DLauncherViewPropertyAnimator.java207 mViewPropertyAnimator.scaleX(mScaleX);
247 public LauncherViewPropertyAnimator scaleX(float value) { method in class:LauncherViewPropertyAnimator
H A DPagedView.java292 public void setScaleX(float scaleX) { argument
293 super.setScaleX(scaleX);
581 float scaleX = mFreeScroll ? getScaleX() : 1f;
582 int scrollX = (int) (mScroller.getCurrX() * (1 / scaleX));
1746 float scaleX = getScaleX();
1747 int vX = (int) (-velocityX * scaleX);
1748 int initialScrollX = (int) (getScrollX() * scaleX);
1753 mNextPage = getPageNearestToCenterOfScreen((int) (mScroller.getFinalX() / scaleX));
2111 .scaleX(1)
2164 mDragView.animate().scaleX(1.1
[all...]
/packages/apps/Launcher2/src/com/android/launcher2/
H A DLauncherViewPropertyAnimator.java206 mViewPropertyAnimator.scaleX(mScaleX);
243 public LauncherViewPropertyAnimator scaleX(float value) { method in class:LauncherViewPropertyAnimator
H A DDragLayer.java459 float scaleX, float scaleY, int animationEndStyle, Runnable onFinishRunnable,
466 animateViewIntoPosition(dragView, fromX, fromY, pos[0], pos[1], alpha, 1, 1, scaleX, scaleY,
609 float scaleX = finalScaleX * percent + initialScaleX * (1 - percent);
625 mDropView.setScaleX(scaleX);
458 animateViewIntoPosition(DragView dragView, final int[] pos, float alpha, float scaleX, float scaleY, int animationEndStyle, Runnable onFinishRunnable, int duration) argument
/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
H A DTiledTexture.java261 // | | by (scaleX, scaleY) | +----+ |
266 RectF src, float x0, float y0, float x, float y, float scaleX,
268 output.set(x + (src.left - x0) * scaleX,
270 x + (src.right - x0) * scaleX,
280 float scaleX = (float) width / mWidth;
287 mapRect(dest, src, 0, 0, x, y, scaleX, scaleY);
299 float scaleX = (float) width / mWidth;
306 mapRect(dest, src, 0, 0, x, y, scaleX, scaleY);
321 float scaleX = target.width() / source.width();
330 mapRect(dest, src, x0, y0, x, y, scaleX, scale
265 mapRect(RectF output, RectF src, float x0, float y0, float x, float y, float scaleX, float scaleY) argument
[all...]
/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
H A DDragLayer.java681 float scaleX, float scaleY, int animationEndStyle, Runnable onFinishRunnable,
688 animateViewIntoPosition(dragView, fromX, fromY, pos[0], pos[1], alpha, 1, 1, scaleX, scaleY,
844 float scaleX = finalScaleX * percent + initialScaleX * (1 - percent);
862 mDropView.setScaleX(scaleX);
680 animateViewIntoPosition(DragView dragView, final int[] pos, float alpha, float scaleX, float scaleY, int animationEndStyle, Runnable onFinishRunnable, int duration) argument
/packages/apps/Camera2/src/com/android/camera/widget/
H A DFilmstripView.java551 float scaleX = mView.getScaleX() * postScale;
553 updateTransform(transX, transY, scaleX, scaleY, viewportWidth,
557 void updateTransform(float transX, float transY, float scaleX, float scaleY, argument
562 left + mView.getWidth() * scaleX,
565 mView.setScaleX(scaleX);
/packages/apps/Messaging/src/com/android/messaging/util/exif/
H A DExifInterface.java1901 params.scaleX = -1;
1919 params.scaleX = -1;
1924 params.scaleX = -1;
1933 public int scaleX = 1; field in class:ExifInterface.OrientationParams

Completed in 284 milliseconds