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

/frameworks/native/services/inputflinger/
H A DInputReader.cpp2583 float hscroll = mCursorScrollAccumulator.getRelativeHWheel(); local
2584 bool scrolled = vscroll != 0 || hscroll != 0;
2587 mWheelXVelocityControl.move(when, &hscroll, NULL);
2698 pointerCoords.setAxisValue(AMOTION_EVENT_AXIS_HSCROLL, hscroll);
6011 float hscroll = mCurrentRawState.rawHScroll; local
6013 mWheelXVelocityControl.move(when, &hscroll, NULL);
6019 pointerCoords.setAxisValue(AMOTION_EVENT_AXIS_HSCROLL, hscroll);

Completed in 101 milliseconds