Home
last modified time | relevance | path

Searched refs:AMOTION_EVENT_AXIS_HSCROLL (Results 1 – 5 of 5) sorted by relevance

/frameworks/native/services/inputflinger/reader/mapper/
DCursorInputMapper.cpp110 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()
DTouchInputMapper.cpp194 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/
Dinput.h558 AMOTION_EVENT_AXIS_HSCROLL = 10, enumerator
/frameworks/native/services/inputflinger/
DInputCommonConverter.cpp226 static_assert(static_cast<common::Axis>(AMOTION_EVENT_AXIS_HSCROLL) == common::Axis::HSCROLL);
/frameworks/native/services/inputflinger/tests/
DInputDeviceMetricsCollector_test.cpp324 .axis(AMOTION_EVENT_AXIS_HSCROLL, 200)) in TEST_P()