Home
last modified time | relevance | path

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

/frameworks/native/include/android/
Dinput.h525 AMOTION_EVENT_AXIS_VSCROLL = 9, enumerator
/frameworks/native/services/inputflinger/
DInputReader.cpp2600 info->addMotionRange(AMOTION_EVENT_AXIS_VSCROLL, mSource, -1.0f, 1.0f, 0.0f, 0.0f, 0.0f); in populateDeviceInfo()
2936 pointerCoords.setAxisValue(AMOTION_EVENT_AXIS_VSCROLL, vscroll); in sync()
3131 info->addMotionRange(AMOTION_EVENT_AXIS_VSCROLL, mSource, -1.0f, 1.0f, 0.0f, 0.0f, in populateDeviceInfo()
6403 pointerCoords.setAxisValue(AMOTION_EVENT_AXIS_VSCROLL, vscroll); in dispatchPointerSimple()