Home | History | Annotate | Download | only in widget

Lines Matching full:vscroll

4032                         final float vscroll = event.getAxisValue(MotionEvent.AXIS_VSCROLL);
4033 if (vscroll != 0) {
4034 final int delta = (int) (vscroll * getVerticalScrollFactor());