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

/frameworks/native/services/inputflinger/
H A DInputReader.cpp2473 float vscroll = mCursorScrollAccumulator.getRelativeVWheel(); local
2475 bool scrolled = vscroll != 0 || hscroll != 0;
2477 mWheelYVelocityControl.move(when, NULL, &vscroll);
2556 pointerCoords.setAxisValue(AMOTION_EVENT_AXIS_VSCROLL, vscroll);
5606 float vscroll = mCurrentRawVScroll; local
5608 mWheelYVelocityControl.move(when, NULL, &vscroll);
5614 pointerCoords.setAxisValue(AMOTION_EVENT_AXIS_VSCROLL, vscroll);

Completed in 40 milliseconds