Home | History | Annotate | Download | only in widget

Lines Matching refs:hscroll

684                         final float hscroll;
686 hscroll = -event.getAxisValue(MotionEvent.AXIS_VSCROLL);
688 hscroll = event.getAxisValue(MotionEvent.AXIS_HSCROLL);
690 if (hscroll != 0) {
691 final int delta = (int) (hscroll * getHorizontalScrollFactor());