Searched refs:AMOTION_EVENT_AXIS_HSCROLL (Results 1 – 2 of 2) sorted by relevance
/frameworks/native/include/android/ |
D | input.h | 361 AMOTION_EVENT_AXIS_HSCROLL = 10, enumerator
|
/frameworks/base/services/input/ |
D | InputReader.cpp | 2265 info->addMotionRange(AMOTION_EVENT_AXIS_HSCROLL, mSource, -1.0f, 1.0f, 0.0f, 0.0f, 0.0f); in populateDeviceInfo() 2531 pointerCoords.setAxisValue(AMOTION_EVENT_AXIS_HSCROLL, hscroll); in sync() 2620 info->addMotionRange(AMOTION_EVENT_AXIS_HSCROLL, mSource, -1.0f, 1.0f, 0.0f, 0.0f, in populateDeviceInfo() 5555 pointerCoords.setAxisValue(AMOTION_EVENT_AXIS_HSCROLL, hscroll); in dispatchPointerSimple()
|