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

/frameworks/base/services/input/
H A DInputReader.cpp2445 float vscroll = mCursorScrollAccumulator.getRelativeVWheel(); local
2447 bool scrolled = vscroll != 0 || hscroll != 0;
2449 mWheelYVelocityControl.move(when, NULL, &vscroll);
2528 pointerCoords.setAxisValue(AMOTION_EVENT_AXIS_VSCROLL, vscroll);
5426 float vscroll = mCurrentRawVScroll; local
5428 mWheelYVelocityControl.move(when, NULL, &vscroll);
5434 pointerCoords.setAxisValue(AMOTION_EVENT_AXIS_VSCROLL, vscroll);

Completed in 587 milliseconds