Home | History | Annotate | Download | only in widget

Lines Matching refs:currY

4234                     final int currY = scroller.getCurrY();
4235 final int deltaY = currY - scrollY;
4238 final boolean crossDown = scrollY <= 0 && currY > 0;
4239 final boolean crossUp = scrollY >= 0 && currY < 0;