Home | History | Annotate | Download | only in widget

Lines Matching refs:vscroll

784                         final float vscroll = event.getAxisValue(MotionEvent.AXIS_VSCROLL);
785 if (vscroll != 0) {
786 final int delta = (int) (vscroll * getVerticalScrollFactor());