Home | History | Annotate | Download | only in widget

Lines Matching refs:currY

4775                     final int currY = scroller.getCurrY();
4776 final int deltaY = currY - scrollY;
4779 final boolean crossDown = scrollY <= 0 && currY > 0;
4780 final boolean crossUp = scrollY >= 0 && currY < 0;