Searched refs:getCurrX (Results 1 – 9 of 9) sorted by relevance
58 return mScroller.getCurrX(); in getPosition()86 int currPosition = mScroller.getCurrX(); in startScroll()
59 public int getCurrX() { in getCurrX() method in FlingScroller
1529 mCurrentX = mFilmScroller.getCurrX() + mFlingOffset; in interpolateFlingFilm()1557 mCurrentX = mPageScroller.getCurrX(); in interpolateFlingPage()
802 dx = basex + dx - scroller.getCurrX(); in startScroll()804 basex = scroller.getCurrX(); in startScroll()939 return (horizontal.getScrollCenter() == scroller.getCurrX() && in isFinished()984 horizontal.updateScrollCenter(scroller.getCurrX(), true); in computeAndSetScrollPosition()
249 mScroller.startScroll(mScroller.getCurrX(), 0, newPosition - mScroller.getCurrX(), 0); in updateCurrentPageScroll()482 int newPos = mScroller.getCurrX(); in computeScrollHelper()484 mOrientationHandler.set(this, VIEW_SCROLL_TO, mScroller.getCurrX()); in computeScrollHelper()989 final int xDist = Math.abs(mScroller.getFinalX() - mScroller.getCurrX()); in updateIsBeingDraggedOnTouchDown()
184 public final int getCurrX() { in getCurrX() method in Scroller
158 public final int getCurrX() { in getCurrX() method in OverScroller
535 final int x = mScroller.getCurrX(); in computeScroll()
2510 mListener.onScrollUpdate(mScroller.getCurrX(), mScroller.getCurrY());