Searched refs:AMOTION_EVENT_AXIS_HSCROLL (Results 1 – 5 of 5) sorted by relevance
/frameworks/native/services/inputflinger/tests/ |
D | InputDeviceMetricsSource_test.cpp | 271 .axis(AMOTION_EVENT_AXIS_HSCROLL, 200)) in TEST_P()
|
/frameworks/native/services/inputflinger/reader/mapper/ |
D | CursorInputMapper.cpp | 111 info.addMotionRange(AMOTION_EVENT_AXIS_HSCROLL, mSource, -1.0f, 1.0f, 0.0f, 0.0f, 0.0f); in populateDeviceInfo() 390 pointerCoords.setAxisValue(AMOTION_EVENT_AXIS_HSCROLL, hscroll); in sync()
|
D | TouchInputMapper.cpp | 196 info.addMotionRange(AMOTION_EVENT_AXIS_HSCROLL, mSource, -1.0f, 1.0f, 0.0f, 0.0f, 0.0f); in populateDeviceInfo() 3588 pointerCoords.setAxisValue(AMOTION_EVENT_AXIS_HSCROLL, hscroll); in dispatchPointerSimple()
|
/frameworks/native/include/android/ |
D | input.h | 554 AMOTION_EVENT_AXIS_HSCROLL = 10, enumerator
|
/frameworks/native/services/inputflinger/ |
D | InputCommonConverter.cpp | 229 static_assert(static_cast<common::Axis>(AMOTION_EVENT_AXIS_HSCROLL) == common::Axis::HSCROLL);
|