Home | History | Annotate | Download | only in launcher3

Lines Matching defs:getCurrX

442             if (getUnboundedScrollX() != mScroller.getCurrX()
444 || mOverScrollX != mScroller.getCurrX()) {
445 scrollTo(mScroller.getCurrX(), mScroller.getCurrY());
886 final int xDist = Math.abs(mScroller.getFinalX() - mScroller.getCurrX());