Searched refs:getCurrPos (Results 1 – 2 of 2) sorted by relevance
246 mScroller.startScroll(mScroller.getCurrPos(), newX - mScroller.getCurrPos()); in updateCurrentPageScroll()455 if (getUnboundedScrollX() != mScroller.getCurrPos() in computeScrollHelper()456 || getScrollX() != mScroller.getCurrPos()) { in computeScrollHelper()457 scrollTo(mScroller.getCurrPos(), 0); in computeScrollHelper()921 final int xDist = Math.abs(mScroller.getFinalPos() - mScroller.getCurrPos()); in updateIsBeingDraggedOnTouchDown()
132 public final int getCurrPos() { in getCurrPos() method in OverScroller