Home | History | Annotate | Download | only in widget

Lines Matching refs:vscroll

3801                         final float vscroll = event.getAxisValue(MotionEvent.AXIS_VSCROLL);
3802 if (vscroll != 0) {
3803 final int delta = (int) (vscroll * getVerticalScrollFactor());