Lines Matching refs:hscroll
1380 final float hscroll;1383 hscroll = event.getAxisValue(MotionEvent.AXIS_VSCROLL);1386 hscroll = event.getAxisValue(MotionEvent.AXIS_HSCROLL);1388 if (hscroll != 0 || vscroll != 0) {1389 boolean isForwardScroll = isLayoutRtl() ? (hscroll < 0 || vscroll < 0)1390 : (hscroll > 0 || vscroll > 0);