Searched refs:getCurrX (Results 1 – 6 of 6) sorted by relevance
58 return mScroller.getCurrX(); in getPosition()86 int currPosition = mScroller.getCurrX(); in startScroll()
58 public int getCurrX() { in getCurrX() method in FlingScroller
1531 mCurrentX = mFilmScroller.getCurrX() + mFlingOffset; in interpolateFlingFilm()1558 mCurrentX = mPageScroller.getCurrX(); in interpolateFlingPage()
406 if (getScrollX() != mScroller.getCurrX() in computeScrollHelper()408 || mOverScrollX != mScroller.getCurrX()) { in computeScrollHelper()409 scrollTo(mScroller.getCurrX(), mScroller.getCurrY()); in computeScrollHelper()986 final int xDist = Math.abs(mScroller.getFinalX() - mScroller.getCurrX()); in onInterceptTouchEvent()
930 mWallpaperOffset.getCurrX(), mWallpaperOffset.getCurrY()); in updateWallpaperOffsets()1061 public float getCurrX() {
1450 int x = mScroller.getCurrX(); in computeScroll()