Home | History | Annotate | Download | only in widget

Lines Matching refs:hscroll

703                         final float hscroll;
705 hscroll = -event.getAxisValue(MotionEvent.AXIS_VSCROLL);
707 hscroll = event.getAxisValue(MotionEvent.AXIS_HSCROLL);
709 if (hscroll != 0) {
710 final int delta = (int) (hscroll * getHorizontalScrollFactor());