Searched refs:AMOTION_EVENT_AXIS_VSCROLL (Results 1 – 4 of 4) sorted by relevance
/frameworks/native/services/inputflinger/reader/mapper/ |
D | CursorInputMapper.cpp | 86 info->addMotionRange(AMOTION_EVENT_AXIS_VSCROLL, mSource, -1.0f, 1.0f, 0.0f, 0.0f, 0.0f); in populateDeviceInfo() 429 pointerCoords.setAxisValue(AMOTION_EVENT_AXIS_VSCROLL, vscroll); in sync()
|
D | TouchInputMapper.cpp | 214 info->addMotionRange(AMOTION_EVENT_AXIS_VSCROLL, mSource, -1.0f, 1.0f, 0.0f, 0.0f, in populateDeviceInfo() 3502 pointerCoords.setAxisValue(AMOTION_EVENT_AXIS_VSCROLL, vscroll); in dispatchPointerSimple()
|
/frameworks/native/include/android/ |
D | input.h | 532 AMOTION_EVENT_AXIS_VSCROLL = 9, enumerator
|
/frameworks/native/services/inputflinger/ |
D | InputClassifierConverter.cpp | 235 static_assert(static_cast<common::V1_0::Axis>(AMOTION_EVENT_AXIS_VSCROLL) ==
|