Searched refs:getCurrY (Results 1 – 14 of 14) sorted by relevance
803 dy = basey + dy - scroller.getCurrY(); in startScroll()805 basey = scroller.getCurrY(); in startScroll()940 vertical.getScrollCenter() == scroller.getCurrY()); in isFinished()985 vertical.updateScrollCenter(scroller.getCurrY(), true); in computeAndSetScrollPosition()
64 public int getCurrY() { in getCurrY() method in FlingScroller
1701 mCurrentY = mPageScroller.getCurrY(); in interpolateFlingPage()
841 scrollTo(0, mScroller.getCurrY()); in computeScroll()842 final int delta = mScroller.getCurrY() - oldScroll; in computeScroll()858 if (mScroller.getCurrY() >= getMaximumScrollUpwards()) { in computeScroll()
193 public final int getCurrY() { in getCurrY() method in Scroller
167 public final int getCurrY() { in getCurrY() method in OverScroller
222 public final int getCurrY() { in getCurrY() method in LauncherScroller
643 || getScrollY() != mScroller.getCurrY()) { in computeScrollHelper()646 scrollTo(scrollX, mScroller.getCurrY()); in computeScrollHelper()
457 mNumberViewHolder.setScrollY(mScroller.getCurrY() + mNumberViewHeight);
448 || getScrollY() != mScroller.getCurrY() in computeScrollHelper()450 scrollTo(mScroller.getCurrX(), mScroller.getCurrY()); in computeScrollHelper()
922 mWallpaperOffset.getCurrX(), mWallpaperOffset.getCurrY()); in updateWallpaperOffsets()1061 public float getCurrY() {
490 scrollTo(0, mScroller.getCurrY()); in computeScroll()
2510 mListener.onScrollUpdate(mScroller.getCurrX(), mScroller.getCurrY());
4774 mViewStartY = mScroller.getCurrY(); in run()