Searched refs:currY (Results 1 – 2 of 2) sorted by relevance
258 int currY = mScroller.getCurrY();266 * If you are zoomed in and currX or currY is290 && currY < 0298 && currY > (surfaceSize.y - mContentRect.height())
4780 final int currY = scroller.getCurrY(); local4781 final int deltaY = currY - scrollY;4784 final boolean crossDown = scrollY <= 0 && currY > 0;4785 final boolean crossUp = scrollY >= 0 && currY < 0;