Home
last modified time | relevance | path

Searched refs:getCurrX (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DScrollerHelper.java58 return mScroller.getCurrX(); in getPosition()
86 int currPosition = mScroller.getCurrX(); in startScroll()
DFlingScroller.java58 public int getCurrX() { in getCurrX() method in FlingScroller
DPositionController.java1531 mCurrentX = mFilmScroller.getCurrX() + mFlingOffset; in interpolateFlingFilm()
1558 mCurrentX = mPageScroller.getCurrX(); in interpolateFlingPage()
/packages/apps/Launcher2/src/com/android/launcher2/
DPagedView.java406 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()
DWorkspace.java930 mWallpaperOffset.getCurrX(), mWallpaperOffset.getCurrY()); in updateWallpaperOffsets()
1061 public float getCurrX() {
/packages/apps/Browser/src/com/android/browser/view/
DScrollerView.java1450 int x = mScroller.getCurrX(); in computeScroll()