Home | History | Annotate | Download | only in widget

Lines Matching refs:currY

4128                     final int currY
4129 final int deltaY = currY - scrollY;
4132 final boolean crossDown = scrollY <= 0 && currY > 0;
4133 final boolean crossUp = scrollY >= 0 && currY < 0;