Searched refs:getCurrY (Results 1 – 7 of 7) sorted by relevance
63 public int getCurrY() { in getCurrY() method in FlingScroller
1702 mCurrentY = mPageScroller.getCurrY(); in interpolateFlingPage()
407 || getScrollY() != mScroller.getCurrY() in computeScrollHelper()409 scrollTo(mScroller.getCurrX(), mScroller.getCurrY()); in computeScrollHelper()
930 mWallpaperOffset.getCurrX(), mWallpaperOffset.getCurrY()); in updateWallpaperOffsets()1069 public float getCurrY() {
490 scrollTo(0, mScroller.getCurrY()); in computeScroll()
1451 int y = mScroller.getCurrY(); in computeScroll()
4730 mViewStartY = mScroller.getCurrY(); in run()