Searched refs:AMOTION_EVENT_AXIS_VSCROLL (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/native/include/android/ |
D | input.h | 360 AMOTION_EVENT_AXIS_VSCROLL = 9, enumerator
|
/frameworks/base/services/input/ |
D | InputReader.cpp | 2031 info->addMotionRange(AMOTION_EVENT_AXIS_VSCROLL, mSource, -1.0f, 1.0f, 0.0f, 0.0f); in populateDeviceInfo() 2291 pointerCoords.setAxisValue(AMOTION_EVENT_AXIS_VSCROLL, vscroll); in sync() 2375 info->addMotionRange(AMOTION_EVENT_AXIS_VSCROLL, mSource, -1.0f, 1.0f, 0.0f, 0.0f); in populateDeviceInfo() 5118 pointerCoords.setAxisValue(AMOTION_EVENT_AXIS_VSCROLL, vscroll); in dispatchPointerSimple()
|