Home | History | Annotate | Download | only in launcher3

Lines Matching refs:getCurrX

643             if (getScrollX() != mScroller.getCurrX()
646 int scrollX = (int) (mScroller.getCurrX() * (1 / scaleX));
1386 final int xDist = Math.abs(mScroller.getFinalX() - mScroller.getCurrX());