Home | History | Annotate | Download | only in launcher2

Lines Matching refs:hscroll

1322                     final float hscroll;
1325 hscroll = event.getAxisValue(MotionEvent.AXIS_VSCROLL);
1328 hscroll = event.getAxisValue(MotionEvent.AXIS_HSCROLL);
1330 if (hscroll != 0 || vscroll != 0) {
1331 if (hscroll > 0 || vscroll > 0) {