Home | History | Annotate | Download | only in widget

Lines Matching refs:currY

4168                     final int currY = scroller.getCurrY();
4169 final int deltaY = currY - scrollY;
4172 final boolean crossDown = scrollY <= 0 && currY > 0;
4173 final boolean crossUp = scrollY >= 0 && currY < 0;