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

/frameworks/native/services/inputflinger/
H A DInputReader.cpp2620 float vscroll = mCursorScrollAccumulator.getRelativeVWheel(); local
2622 bool scrolled = vscroll != 0 || hscroll != 0;
2624 mWheelYVelocityControl.move(when, NULL, &vscroll);
2737 pointerCoords.setAxisValue(AMOTION_EVENT_AXIS_VSCROLL, vscroll);
6166 float vscroll = mCurrentRawState.rawVScroll; local
6168 mWheelYVelocityControl.move(when, NULL, &vscroll);
6174 pointerCoords.setAxisValue(AMOTION_EVENT_AXIS_VSCROLL, vscroll);

Completed in 114 milliseconds