Searched refs:getCurrX (Results 1 – 8 of 8) 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()
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());