HomeSort by relevance Sort by last modified time
    Searched refs:toScale (Results 1 - 5 of 5) sorted by null

  /packages/apps/Launcher3/src/com/android/launcher3/
DragLayer.java 611 float toScale = scale;
616 toScale = scale / dragView.getIntrinsicIconScaleFactor();
621 toY += Math.round(toScale * tv.getPaddingTop());
622 toY -= dragView.getMeasuredHeight() * (1 - toScale) / 2;
624 toY -= Math.round(toScale * dragView.getDragVisualizeOffset().y);
652 animateViewIntoPosition(dragView, fromX, fromY, toX, toY, 1, 1, 1, toScale, toScale,
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/util/
UiUtils.java 209 final float toScale = desiredVisibility == View.VISIBLE ? 1F : 0F;
211 new ScaleAnimation(fromScale, toScale, fromScale, toScale,
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
TaskView.java 409 float toScale = 0.9f;
411 .scaleX(toScale)
412 .scaleY(toScale);
  /packages/apps/Camera/src/com/android/camera/ui/
PieRenderer.java 736 float toScale) {
738 toScale);
742 float fromScale, float toScale) {
746 mAnimation.setScale(fromScale, toScale);
  /packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/camerafocus/
PieRenderer.java 734 float toScale) {
736 toScale);
740 float fromScale, float toScale) {
744 mAnimation.setScale(fromScale, toScale);

Completed in 440 milliseconds