Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
DDragLayer.java603 float toScale = scale; in animateViewIntoPosition() local
608 toScale = scale / dragView.getIntrinsicIconScaleFactor(); in animateViewIntoPosition()
613 toY += Math.round(toScale * tv.getPaddingTop()); in animateViewIntoPosition()
614 toY -= dragView.getMeasuredHeight() * (1 - toScale) / 2; in animateViewIntoPosition()
616 toY -= Math.round(toScale * dragView.getDragVisualizeOffset().y); in animateViewIntoPosition()
644 animateViewIntoPosition(dragView, fromX, fromY, toX, toY, 1, 1, 1, toScale, toScale, in animateViewIntoPosition()
/packages/apps/Dialer/java/com/android/dialer/callcomposer/camera/camerafocus/
DPieRenderer.java731 private void startAnimation(long duration, boolean timeout, float toScale) { in startAnimation() argument
732 startAnimation(duration, timeout, mDialAngle, toScale); in startAnimation()
735 private void startAnimation(long duration, boolean timeout, float fromScale, float toScale) { in startAnimation() argument
739 mAnimation.setScale(fromScale, toScale); in startAnimation()
/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/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()