Home
last modified time | relevance | path

Searched refs:toScale (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
DDragLayer.java274 float toScale = scale; in animateViewIntoPosition() local
279 toScale = scale / dragView.getIntrinsicIconScaleFactor(); in animateViewIntoPosition()
284 toY += Math.round(toScale * tv.getPaddingTop()); in animateViewIntoPosition()
285 toY -= dragView.getMeasuredHeight() * (1 - toScale) / 2; in animateViewIntoPosition()
287 toY -= Math.round(toScale * dragView.getDragVisualizeOffset().y); in animateViewIntoPosition()
308 animateViewIntoPosition(dragView, fromX, fromY, toX, toY, 1, 1, 1, toScale, toScale, in animateViewIntoPosition()
/packages/apps/Messaging/src/com/android/messaging/util/
DUiUtils.java209 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/
DPieRenderer.java734 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/
DPieRenderer.java730 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/
DRecentsView.java1465 float toScale = toScaleAndTranslation.scale; in createAdjacentPageAnimForTaskLaunch() local
1469 anim.play(ObjectAnimator.ofFloat(recentsView, SCALE_PROPERTY, toScale)); in createAdjacentPageAnimForTaskLaunch()
1474 float displacementX = tv.getWidth() * (toScale - tv.getCurveScale()); in createAdjacentPageAnimForTaskLaunch()