Home | History | Annotate | Download | only in widget

Lines Matching refs:newScroll

3631                 final int newScroll = oldScroll - incrementalDeltaY;
3639 if ((newScroll < 0 && oldScroll >= 0) || (newScroll > 0 && oldScroll <= 0)) {