Home | History | Annotate | Download | only in launcher3

Lines Matching full:scalex

406     public void setScaleX(float scaleX) {
407 super.setScaleX(scaleX);
727 float scaleX = mFreeScroll ? getScaleX() : 1f;
728 int scrollX = (int) (mScroller.getCurrX() * (1 / scaleX));
1934 float scaleX = getScaleX();
1935 int vX = (int) (-velocityX * scaleX);
1936 int initialScrollX = (int) (getScrollX() * scaleX);
2474 ObjectAnimator.ofFloat(mDragView, "scaleX", 1f),
2525 mDragView.animate().scaleX(1.15f).scaleY(1.15f).setDuration(100).start();
2805 ObjectAnimator.ofFloat(dragView, "scaleX", toScale),