Searched refs:AMOTION_EVENT_AXIS_VSCROLL (Results 1 – 5 of 5) sorted by relevance
/frameworks/native/services/inputflinger/tests/ |
D | InputDeviceMetricsSource_test.cpp | 191 .axis(AMOTION_EVENT_AXIS_VSCROLL, 10)) in TEST_P() 270 .axis(AMOTION_EVENT_AXIS_VSCROLL, 100) in TEST_P()
|
/frameworks/native/services/inputflinger/reader/mapper/ |
D | CursorInputMapper.cpp | 108 info.addMotionRange(AMOTION_EVENT_AXIS_VSCROLL, mSource, -1.0f, 1.0f, 0.0f, 0.0f, 0.0f); in populateDeviceInfo() 389 pointerCoords.setAxisValue(AMOTION_EVENT_AXIS_VSCROLL, vscroll); in sync()
|
D | TouchInputMapper.cpp | 193 info.addMotionRange(AMOTION_EVENT_AXIS_VSCROLL, mSource, -1.0f, 1.0f, 0.0f, 0.0f, 0.0f); in populateDeviceInfo() 3587 pointerCoords.setAxisValue(AMOTION_EVENT_AXIS_VSCROLL, vscroll); in dispatchPointerSimple()
|
/frameworks/native/include/android/ |
D | input.h | 545 AMOTION_EVENT_AXIS_VSCROLL = 9, enumerator
|
/frameworks/native/services/inputflinger/ |
D | InputCommonConverter.cpp | 228 static_assert(static_cast<common::Axis>(AMOTION_EVENT_AXIS_VSCROLL) == common::Axis::VSCROLL);
|