Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DDragLayer.java593 float toScale = scale; in animateViewIntoPosition() local
598 toScale = scale / dragView.getIntrinsicIconScaleFactor(); in animateViewIntoPosition()
603 toY += Math.round(toScale * tv.getPaddingTop()); in animateViewIntoPosition()
604 toY -= dragView.getMeasuredHeight() * (1 - toScale) / 2; in animateViewIntoPosition()
606 toY -= Math.round(toScale * dragView.getDragVisualizeOffset().y); in animateViewIntoPosition()
634 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()