Searched refs:AMOTION_EVENT_AXIS_VSCROLL (Results 1 – 5 of 5) sorted by relevance
/aosp12/frameworks/native/services/inputflinger/reader/mapper/ |
H A D | CursorInputMapper.cpp | 93 info->addMotionRange(AMOTION_EVENT_AXIS_VSCROLL, mSource, -1.0f, 1.0f, 0.0f, 0.0f, 0.0f); in populateDeviceInfo() 472 pointerCoords.setAxisValue(AMOTION_EVENT_AXIS_VSCROLL, vscroll); in sync()
|
H A D | TouchInputMapper.cpp | 237 info->addMotionRange(AMOTION_EVENT_AXIS_VSCROLL, mSource, -1.0f, 1.0f, 0.0f, 0.0f, in populateDeviceInfo() 3601 pointerCoords.setAxisValue(AMOTION_EVENT_AXIS_VSCROLL, vscroll); in dispatchPointerSimple()
|
/aosp12/frameworks/native/include/android/ |
H A D | input.h | 539 AMOTION_EVENT_AXIS_VSCROLL = 9, enumerator
|
/aosp12/frameworks/native/services/inputflinger/ |
H A D | InputClassifierConverter.cpp | 235 static_assert(static_cast<common::V1_0::Axis>(AMOTION_EVENT_AXIS_VSCROLL) ==
|
/aosp12/hardware/interfaces/input/common/1.0/ |
H A D | types.hal | 508 * Use getAxisValue to retrieve the information from AMOTION_EVENT_AXIS_VSCROLL
|