Home | History | Annotate | Download | only in inputflinger

Lines Matching full:hscroll

2629     float hscroll = mCursorScrollAccumulator.getRelativeHWheel();
2630 bool scrolled = vscroll != 0 || hscroll != 0;
2633 mWheelXVelocityControl.move(when, &hscroll, NULL);
2746 pointerCoords.setAxisValue(AMOTION_EVENT_AXIS_HSCROLL, hscroll);
6175 float hscroll = mCurrentRawState.rawHScroll;
6177 mWheelXVelocityControl.move(when, &hscroll, NULL);
6183 pointerCoords.setAxisValue(AMOTION_EVENT_AXIS_HSCROLL, hscroll);