Searched refs:getCurrY (Results 1 – 10 of 10) 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()
863 scrollTo(0, mScroller.getCurrY()); in computeScroll()864 final int delta = mScroller.getCurrY() - oldScroll; in computeScroll()880 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
540 mNumberViewHolder.setScrollY(mScroller.getCurrY() + mNumberViewHeight);
490 scrollTo(0, mScroller.getCurrY()); in computeScroll()
2510 mListener.onScrollUpdate(mScroller.getCurrX(), mScroller.getCurrY());
3768 mViewStartY = mScroller.getCurrY(); in run()