Home | History | Annotate | Download | only in input

Lines Matching refs:hscroll

2448     float hscroll = mCursorScrollAccumulator.getRelativeHWheel();
2449 bool scrolled = vscroll != 0 || hscroll != 0;
2452 mWheelXVelocityControl.move(when, &hscroll, NULL);
2531 pointerCoords.setAxisValue(AMOTION_EVENT_AXIS_HSCROLL, hscroll);
5547 float hscroll = mCurrentRawHScroll;
5549 mWheelXVelocityControl.move(when, &hscroll, NULL);
5555 pointerCoords.setAxisValue(AMOTION_EVENT_AXIS_HSCROLL, hscroll);