Home | History | Annotate | Download | only in launcher3

Lines Matching refs:getCurrX

733             if (getScrollX() != mScroller.getCurrX()
735 || mOverScrollX != mScroller.getCurrX()) {
737 int scrollX = (int) (mScroller.getCurrX() * (1 / scaleX));
1439 final int xDist = Math.abs(mScroller.getFinalX() - mScroller.getCurrX());