Searched refs:getCurrY (Results 1 – 19 of 19) sorted by relevance
51 updateState(mScroller.getCurrY());
316 float deltaP = mLayoutAlgorithm.getDeltaPForY(mFlingDownY, mScroller.getCurrY()); in computeScroll()
251 public final int getCurrY() { in getCurrY() method in Scroller
180 public final int getCurrY() { in getCurrY() method in OverScroller
875 int amountToScroll = scroller.getFinalY() - scroller.getCurrY(); in moveToFinalScrollerPosition()1138 int currentScrollerY = scroller.getCurrY(); in computeScroll()
1410 int y = mScroller.getCurrY(); in computeScroll()
1439 int y = mScroller.getCurrY(); in computeScroll()
4818 final int y = scroller.getCurrY();4894 final int currY = scroller.getCurrY();
10058 mScrollY = mScroller.getCurrY(); in computeScroll()
490 performDrag(mScroller.getCurrY() - mCollapseOffset);
1628 final int y = mScroller.getCurrY();1771 int y = mScroller.getCurrY();
4657 final int y = scroller.getCurrY(); in run()
544 final int y = mScroller.getCurrY(); in computeScroll()
1920 int y = mScroller.getCurrY();1936 int y = mScroller.getCurrY();
3660 curScrollY = mScroller.getCurrY(); in draw()
37931 method public final int getCurrY();38327 method public final int getCurrY();
57545 method public final int getCurrY();58006 method public final int getCurrY();
57689 method public final int getCurrY();58150 method public final int getCurrY();
18991 HSPLandroid/widget/OverScroller;->getCurrY()I