Searched refs:toScale (Results 1 – 5 of 5) sorted by relevance
/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/ |
D | DragLayer.java | 277 float toScale = scale; in animateViewIntoPosition() local 282 toScale = scale / dragView.getIntrinsicIconScaleFactor(); in animateViewIntoPosition() 289 toY -= dragView.getMeasuredHeight() * (1 - toScale) / 2; in animateViewIntoPosition() 291 toY -= Math.round(toScale * dragView.getDragVisualizeOffset().y); in animateViewIntoPosition() 312 animateViewIntoPosition(dragView, fromX, fromY, toX, toY, 1, 1, 1, toScale, toScale, in animateViewIntoPosition()
|
/packages/apps/Messaging/src/com/android/messaging/util/ |
D | UiUtils.java | 209 final float toScale = desiredVisibility == View.VISIBLE ? 1F : 0F; in revealOrHideViewWithAnimation() local 211 new ScaleAnimation(fromScale, toScale, fromScale, toScale, in revealOrHideViewWithAnimation()
|
/packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/camerafocus/ |
D | PieRenderer.java | 734 float toScale) { in startAnimation() argument 736 toScale); in startAnimation() 740 float fromScale, float toScale) { in startAnimation() argument 744 mAnimation.setScale(fromScale, toScale); in startAnimation()
|
/packages/apps/Dialer/java/com/android/dialer/callcomposer/camera/camerafocus/ |
D | PieRenderer.java | 730 private void startAnimation(long duration, boolean timeout, float toScale) { in startAnimation() argument 731 startAnimation(duration, timeout, dialAngle, toScale); in startAnimation() 734 private void startAnimation(long duration, boolean timeout, float fromScale, float toScale) { in startAnimation() argument 738 animation.setScale(fromScale, toScale); in startAnimation()
|
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/views/ |
D | RecentsView.java | 1519 float toScale = toScaleAndTranslation.scale; in createAdjacentPageAnimForTaskLaunch() local 1523 anim.play(ObjectAnimator.ofFloat(recentsView, SCALE_PROPERTY, toScale)); in createAdjacentPageAnimForTaskLaunch() 1528 float displacementX = tv.getWidth() * (toScale - tv.getCurveScale()); in createAdjacentPageAnimForTaskLaunch()
|