Searched defs:scaleY (Results 1 - 6 of 6) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
H A DLauncherViewPropertyAnimator.java212 mViewPropertyAnimator.scaleY(mScaleY);
249 public LauncherViewPropertyAnimator scaleY(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,
610 float scaleY = finalScaleY * percent + initialScaleY * (1 - percent);
626 mDropView.setScaleY(scaleY);
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) | +----+ |
267 float scaleY) {
269 y + (src.top - y0) * scaleY,
271 y + (src.bottom - y0) * scaleY);
281 float scaleY = (float) height / mHeight;
287 mapRect(dest, src, 0, 0, x, y, scaleX, scaleY);
300 float scaleY = (float) height / mHeight;
306 mapRect(dest, src, 0, 0, x, y, scaleX, scaleY);
322 float scaleY = target.height() / source.height();
330 mapRect(dest, src, x0, y0, x, y, scaleX, scaleY);
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/
H A DLauncherViewPropertyAnimator.java213 mViewPropertyAnimator.scaleY(mScaleY);
253 public LauncherViewPropertyAnimator scaleY(float value) { method in class:LauncherViewPropertyAnimator
H A DDragLayer.java532 float scaleX, float scaleY, int animationEndStyle, Runnable onFinishRunnable,
539 animateViewIntoPosition(dragView, fromX, fromY, pos[0], pos[1], alpha, 1, 1, scaleX, scaleY,
692 float scaleY = finalScaleY * percent + initialScaleY * (1 - percent);
710 mDropView.setScaleY(scaleY);
531 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.java527 float scaleY = mView.getScaleY() * postScale;
528 updateTransform(transX, transY, scaleX, scaleY, viewportWidth,
532 void updateTransform(float transX, float transY, float scaleX, float scaleY, argument
538 top + mView.getHeight() * scaleY),
541 mView.setScaleY(scaleY);

Completed in 180 milliseconds