Searched defs:hscroll (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/services/inputflinger/
H A DInputReader.cpp2621 float hscroll = mCursorScrollAccumulator.getRelativeHWheel(); local
2622 bool scrolled = vscroll != 0 || hscroll != 0;
2625 mWheelXVelocityControl.move(when, &hscroll, NULL);
2738 pointerCoords.setAxisValue(AMOTION_EVENT_AXIS_HSCROLL, hscroll);
6167 float hscroll = mCurrentRawState.rawHScroll; local
6169 mWheelXVelocityControl.move(when, &hscroll, NULL);
6175 pointerCoords.setAxisValue(AMOTION_EVENT_AXIS_HSCROLL, hscroll);

Completed in 750 milliseconds