Home
last modified time | relevance | path

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

/frameworks/native/include/android/
Dinput.h534 AMOTION_EVENT_AXIS_HSCROLL = 10, enumerator
/frameworks/native/services/inputflinger/
DInputReader.cpp2603 info->addMotionRange(AMOTION_EVENT_AXIS_HSCROLL, mSource, -1.0f, 1.0f, 0.0f, 0.0f, 0.0f); in populateDeviceInfo()
2937 pointerCoords.setAxisValue(AMOTION_EVENT_AXIS_HSCROLL, hscroll); in sync()
3135 info->addMotionRange(AMOTION_EVENT_AXIS_HSCROLL, mSource, -1.0f, 1.0f, 0.0f, 0.0f, in populateDeviceInfo()
6404 pointerCoords.setAxisValue(AMOTION_EVENT_AXIS_HSCROLL, hscroll); in dispatchPointerSimple()