Home | History | Annotate | Download | only in launcher3

Lines Matching full:scalex

532             float scaleX, float scaleY, int animationEndStyle, Runnable onFinishRunnable,
539 animateViewIntoPosition(dragView, fromX, fromY, pos[0], pos[1], alpha, 1, 1, scaleX, scaleY,
691 float scaleX = finalScaleX * percent + initialScaleX * (1 - percent);
709 mDropView.setScaleX(scaleX);