Home | History | Annotate | Download | only in widget

Lines Matching refs:vscroll

4208                         final float vscroll = event.getAxisValue(MotionEvent.AXIS_VSCROLL);
4209 if (vscroll != 0) {
4210 final int delta = (int) (vscroll * getVerticalScrollFactor());