Searched refs:AMOTION_EVENT_AXIS_HSCROLL (Results 1 – 4 of 4) sorted by relevance
/frameworks/native/services/inputflinger/reader/mapper/ |
D | CursorInputMapper.cpp | 96 info->addMotionRange(AMOTION_EVENT_AXIS_HSCROLL, mSource, -1.0f, 1.0f, 0.0f, 0.0f, 0.0f); in populateDeviceInfo() 473 pointerCoords.setAxisValue(AMOTION_EVENT_AXIS_HSCROLL, hscroll); in sync()
|
D | TouchInputMapper.cpp | 241 info->addMotionRange(AMOTION_EVENT_AXIS_HSCROLL, mSource, -1.0f, 1.0f, 0.0f, 0.0f, in populateDeviceInfo() 3573 pointerCoords.setAxisValue(AMOTION_EVENT_AXIS_HSCROLL, hscroll); in dispatchPointerSimple()
|
/frameworks/native/include/android/ |
D | input.h | 548 AMOTION_EVENT_AXIS_HSCROLL = 10, enumerator
|
/frameworks/native/services/inputflinger/ |
D | InputClassifierConverter.cpp | 237 static_assert(static_cast<common::V1_0::Axis>(AMOTION_EVENT_AXIS_HSCROLL) ==
|