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

/frameworks/base/services/input/
H A DInputReader.cpp2448 float hscroll = mCursorScrollAccumulator.getRelativeHWheel(); local
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; local
5549 mWheelXVelocityControl.move(when, &hscroll, NULL);
5555 pointerCoords.setAxisValue(AMOTION_EVENT_AXIS_HSCROLL, hscroll);

Completed in 103 milliseconds