Home | History | Annotate | Download | only in launcher3

Lines Matching full:scaley

497             float scaleX, float scaleY, int animationEndStyle, Runnable onFinishRunnable,
504 animateViewIntoPosition(dragView, fromX, fromY, pos[0], pos[1], alpha, 1, 1, scaleX, scaleY,
653 float scaleY = finalScaleY * percent + initialScaleY * (1 - percent);
671 mDropView.setScaleY(scaleY);