Searched refs:AMOTION_EVENT_AXIS_HSCROLL (Results 1 – 5 of 5) sorted by relevance
/frameworks/native/services/inputflinger/reader/mapper/ |
D | CursorInputMapper.cpp | 110 info.addMotionRange(AMOTION_EVENT_AXIS_HSCROLL, mSource, -1.0f, 1.0f, 0.0f, 0.0f, 0.0f); in populateDeviceInfo() 395 pointerCoords.setAxisValue(AMOTION_EVENT_AXIS_HSCROLL, hscroll); in sync()
|
D | TouchInputMapper.cpp | 194 info.addMotionRange(AMOTION_EVENT_AXIS_HSCROLL, mSource, -1.0f, 1.0f, 0.0f, 0.0f, 0.0f); in populateDeviceInfo() 3728 pointerCoords.setAxisValue(AMOTION_EVENT_AXIS_HSCROLL, hscroll); in dispatchPointerSimple()
|
/frameworks/native/include/android/ |
D | input.h | 558 AMOTION_EVENT_AXIS_HSCROLL = 10, enumerator
|
/frameworks/native/services/inputflinger/ |
D | InputCommonConverter.cpp | 226 static_assert(static_cast<common::Axis>(AMOTION_EVENT_AXIS_HSCROLL) == common::Axis::HSCROLL);
|
/frameworks/native/services/inputflinger/tests/ |
D | InputDeviceMetricsCollector_test.cpp | 324 .axis(AMOTION_EVENT_AXIS_HSCROLL, 200)) in TEST_P()
|