Home | History | Annotate | Download | only in keyguard

Lines Matching refs:getCurrX

589             if (getScrollX() != mScroller.getCurrX()
591 || mOverScrollX != mScroller.getCurrX()) {
592 scrollTo(mScroller.getCurrX(), mScroller.getCurrY());
1138 final int xDist = Math.abs(mScroller.getFinalX() - mScroller.getCurrX());