Home | History | Annotate | Download | only in input

Lines Matching refs:hscroll

2438     float hscroll = mCursorScrollAccumulator.getRelativeHWheel();
2439 bool scrolled = vscroll != 0 || hscroll != 0;
2442 mWheelXVelocityControl.move(when, &hscroll, NULL);
2516 pointerCoords.setAxisValue(AMOTION_EVENT_AXIS_HSCROLL, hscroll);
5341 float hscroll = mCurrentRawHScroll;
5343 mWheelXVelocityControl.move(when, &hscroll, NULL);
5349 pointerCoords.setAxisValue(AMOTION_EVENT_AXIS_HSCROLL, hscroll);