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

/frameworks/native/services/inputflinger/
H A DInputReader.cpp2572 float vscroll = mCursorScrollAccumulator.getRelativeVWheel(); local
2574 bool scrolled = vscroll != 0 || hscroll != 0;
2576 mWheelYVelocityControl.move(when, NULL, &vscroll);
2687 pointerCoords.setAxisValue(AMOTION_EVENT_AXIS_VSCROLL, vscroll);
5998 float vscroll = mCurrentRawState.rawVScroll; local
6000 mWheelYVelocityControl.move(when, NULL, &vscroll);
6006 pointerCoords.setAxisValue(AMOTION_EVENT_AXIS_VSCROLL, vscroll);

Completed in 64 milliseconds