Home
last modified time | relevance | path

Searched refs:AMOTION_EVENT_AXIS_VSCROLL (Results 1 – 6 of 6) sorted by relevance

/frameworks/native/services/inputflinger/tests/
DInputDeviceMetricsSource_test.cpp191 .axis(AMOTION_EVENT_AXIS_VSCROLL, 10)) in TEST_P()
270 .axis(AMOTION_EVENT_AXIS_VSCROLL, 100) in TEST_P()
DTestEventMatchers.h836 const auto argScrollY = arg.pointerCoords[0].getAxisValue(AMOTION_EVENT_AXIS_VSCROLL);
/frameworks/native/services/inputflinger/reader/mapper/
DCursorInputMapper.cpp105 info.addMotionRange(AMOTION_EVENT_AXIS_VSCROLL, mSource, -1.0f, 1.0f, 0.0f, 0.0f, 0.0f); in populateDeviceInfo()
390 pointerCoords.setAxisValue(AMOTION_EVENT_AXIS_VSCROLL, vscroll); in sync()
DTouchInputMapper.cpp235 info.addMotionRange(AMOTION_EVENT_AXIS_VSCROLL, mSource, -1.0f, 1.0f, 0.0f, 0.0f, 0.0f); in populateDeviceInfo()
3669 pointerCoords.setAxisValue(AMOTION_EVENT_AXIS_VSCROLL, vscroll); in dispatchPointerSimple()
/frameworks/native/include/android/
Dinput.h545 AMOTION_EVENT_AXIS_VSCROLL = 9, enumerator
/frameworks/native/services/inputflinger/
DInputCommonConverter.cpp228 static_assert(static_cast<common::Axis>(AMOTION_EVENT_AXIS_VSCROLL) == common::Axis::VSCROLL);