Searched refs:getCurrX (Results 1 – 15 of 15) 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()
447 if (getScrollX() != mScroller.getCurrX() in computeScrollHelper()449 || mOverScrollX != mScroller.getCurrX()) { in computeScrollHelper()450 scrollTo(mScroller.getCurrX(), mScroller.getCurrY()); in computeScrollHelper()1041 final int xDist = Math.abs(mScroller.getFinalX() - mScroller.getCurrX()); in onInterceptTouchEvent()
921 mWallpaperOffset.getCurrX(), mWallpaperOffset.getCurrY()); in updateWallpaperOffsets()1052 public float getCurrX() {
718 if (getScrollX() != mScroller.getCurrX() in computeScrollHelper()720 || mOverScrollX != mScroller.getCurrX()) { in computeScrollHelper()722 int scrollX = (int) (mScroller.getCurrX() * (1 / scaleX)); in computeScrollHelper()1407 final int xDist = Math.abs(mScroller.getFinalX() - mScroller.getCurrX()); in onInterceptTouchEvent()
214 public final int getCurrX() { in getCurrX() method in LauncherScroller
1298 mWallpaperOffset.getCurrX(), 0.5f); in updateOffset()1395 public float getCurrX() { in getCurrX() method
185 public final int getCurrX() { in getCurrX() method in Scroller
159 public final int getCurrX() { in getCurrX() method in OverScroller
161 public final int getCurrX() { in getCurrX() method in OverScrollerSGV
535 final int x = mScroller.getCurrX(); in computeScroll()
1238 int x = mScroller.getCurrX(); in computeScroll()
1450 int x = mScroller.getCurrX(); in computeScroll()
2494 mListener.onScrollUpdate(mScroller.getCurrX(), mScroller.getCurrY());