Searched refs:AMOTION_EVENT_AXIS_HSCROLL (Results 1 – 4 of 4) sorted by relevance
/frameworks/native/services/inputflinger/reader/mapper/ |
D | CursorInputMapper.cpp | 89 info->addMotionRange(AMOTION_EVENT_AXIS_HSCROLL, mSource, -1.0f, 1.0f, 0.0f, 0.0f, 0.0f); in populateDeviceInfo() 452 pointerCoords.setAxisValue(AMOTION_EVENT_AXIS_HSCROLL, hscroll); in sync()
|
D | TouchInputMapper.cpp | 223 info->addMotionRange(AMOTION_EVENT_AXIS_HSCROLL, mSource, -1.0f, 1.0f, 0.0f, 0.0f, in populateDeviceInfo() 3544 pointerCoords.setAxisValue(AMOTION_EVENT_AXIS_HSCROLL, hscroll); in dispatchPointerSimple()
|
/frameworks/native/include/android/ |
D | input.h | 538 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) ==
|