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

/frameworks/native/services/inputflinger/
H A DInputReader.cpp2573 float hscroll = mCursorScrollAccumulator.getRelativeHWheel(); local
2574 bool scrolled = vscroll != 0 || hscroll != 0;
2577 mWheelXVelocityControl.move(when, &hscroll, NULL);
2688 pointerCoords.setAxisValue(AMOTION_EVENT_AXIS_HSCROLL, hscroll);
5999 float hscroll = mCurrentRawState.rawHScroll; local
6001 mWheelXVelocityControl.move(when, &hscroll, NULL);
6007 pointerCoords.setAxisValue(AMOTION_EVENT_AXIS_HSCROLL, hscroll);

Completed in 294 milliseconds