Home
last modified time | relevance | path

Searched refs:AMOTION_EVENT_AXIS_VSCROLL (Results 1 – 5 of 5) 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()
/frameworks/native/services/inputflinger/reader/mapper/
DCursorInputMapper.cpp108 info.addMotionRange(AMOTION_EVENT_AXIS_VSCROLL, mSource, -1.0f, 1.0f, 0.0f, 0.0f, 0.0f); in populateDeviceInfo()
389 pointerCoords.setAxisValue(AMOTION_EVENT_AXIS_VSCROLL, vscroll); in sync()
DTouchInputMapper.cpp193 info.addMotionRange(AMOTION_EVENT_AXIS_VSCROLL, mSource, -1.0f, 1.0f, 0.0f, 0.0f, 0.0f); in populateDeviceInfo()
3587 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);