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())
4618 final int currY = scroller.getCurrY(); local4619 final int deltaY = currY - scrollY;4622 final boolean crossDown = scrollY <= 0 && currY > 0;4623 final boolean crossUp = scrollY >= 0 && currY < 0;