Home | History | Annotate | Download | only in launcher2

Lines Matching refs:getCurrX

447             if (getScrollX() != mScroller.getCurrX()
449 || mOverScrollX != mScroller.getCurrX()) {
450 scrollTo(mScroller.getCurrX(), mScroller.getCurrY());
1041 final int xDist = Math.abs(mScroller.getFinalX() - mScroller.getCurrX());