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

/frameworks/native/services/inputflinger/
H A DInputReader.cpp2474 float hscroll = mCursorScrollAccumulator.getRelativeHWheel(); local
2475 bool scrolled = vscroll != 0 || hscroll != 0;
2478 mWheelXVelocityControl.move(when, &hscroll, NULL);
2557 pointerCoords.setAxisValue(AMOTION_EVENT_AXIS_HSCROLL, hscroll);
5607 float hscroll = mCurrentRawHScroll; local
5609 mWheelXVelocityControl.move(when, &hscroll, NULL);
5615 pointerCoords.setAxisValue(AMOTION_EVENT_AXIS_HSCROLL, hscroll);

Completed in 18 milliseconds