Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/tests/
DInputDeviceMetricsSource_test.cpp271 .axis(AMOTION_EVENT_AXIS_HSCROLL, 200)) in TEST_P()
/frameworks/native/services/inputflinger/reader/mapper/
DCursorInputMapper.cpp111 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()
DTouchInputMapper.cpp196 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/
Dinput.h554 AMOTION_EVENT_AXIS_HSCROLL = 10, enumerator
/frameworks/native/services/inputflinger/
DInputCommonConverter.cpp229 static_assert(static_cast<common::Axis>(AMOTION_EVENT_AXIS_HSCROLL) == common::Axis::HSCROLL);