Searched refs:AMOTION_EVENT_AXIS_VSCROLL (Results 1 – 2 of 2) sorted by relevance
/frameworks/native/include/android/ |
D | input.h | 523 AMOTION_EVENT_AXIS_VSCROLL = 9, enumerator
|
/frameworks/native/services/inputflinger/ |
D | InputReader.cpp | 2442 info->addMotionRange(AMOTION_EVENT_AXIS_VSCROLL, mSource, -1.0f, 1.0f, 0.0f, 0.0f, 0.0f); in populateDeviceInfo() 2745 pointerCoords.setAxisValue(AMOTION_EVENT_AXIS_VSCROLL, vscroll); in sync() 2928 info->addMotionRange(AMOTION_EVENT_AXIS_VSCROLL, mSource, -1.0f, 1.0f, 0.0f, 0.0f, in populateDeviceInfo() 6182 pointerCoords.setAxisValue(AMOTION_EVENT_AXIS_VSCROLL, vscroll); in dispatchPointerSimple()
|