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.java575 float toScale = scale; in animateViewIntoPosition() local
580 toScale = scale / dragView.getIntrinsicIconScaleFactor(); in animateViewIntoPosition()
585 toY += Math.round(toScale * tv.getPaddingTop()); in animateViewIntoPosition()
586 toY -= dragView.getMeasuredHeight() * (1 - toScale) / 2; in animateViewIntoPosition()
588 toY -= Math.round(toScale * dragView.getDragVisualizeOffset().y); in animateViewIntoPosition()
616 animateViewIntoPosition(dragView, fromX, fromY, toX, toY, 1, 1, 1, toScale, toScale, in animateViewIntoPosition()
DPagedView.java2818 final float toScale = 0f; in onDropToDelete() local
2826 ObjectAnimator.ofFloat(dragView, "scaleX", toScale), in onDropToDelete()
2827 ObjectAnimator.ofFloat(dragView, "scaleY", toScale)); in onDropToDelete()
/packages/apps/Camera/src/com/android/camera/ui/
DPieRenderer.java736 float toScale) { in startAnimation() argument
738 toScale); in startAnimation()
742 float fromScale, float toScale) { in startAnimation() argument
746 mAnimation.setScale(fromScale, toScale); in startAnimation()