Searched refs:AMOTION_EVENT_AXIS_VSCROLL (Results 1 – 6 of 6) 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()
|
D | TestEventMatchers.h | 836 const auto argScrollY = arg.pointerCoords[0].getAxisValue(AMOTION_EVENT_AXIS_VSCROLL);
|
/frameworks/native/services/inputflinger/reader/mapper/ |
D | CursorInputMapper.cpp | 105 info.addMotionRange(AMOTION_EVENT_AXIS_VSCROLL, mSource, -1.0f, 1.0f, 0.0f, 0.0f, 0.0f); in populateDeviceInfo() 390 pointerCoords.setAxisValue(AMOTION_EVENT_AXIS_VSCROLL, vscroll); in sync()
|
D | TouchInputMapper.cpp | 235 info.addMotionRange(AMOTION_EVENT_AXIS_VSCROLL, mSource, -1.0f, 1.0f, 0.0f, 0.0f, 0.0f); in populateDeviceInfo() 3669 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);
|