Home | History | Annotate | Download | only in widget

Lines Matching refs:vscroll

734                         final float vscroll = event.getAxisValue(MotionEvent.AXIS_VSCROLL);
735 if (vscroll != 0) {
736 final int delta = (int) (vscroll * getVerticalScrollFactor());