Searched refs:AMOTION_EVENT_AXIS_HSCROLL (Results 1 – 2 of 2) sorted by relevance
/frameworks/native/include/android/ |
D | input.h | 534 AMOTION_EVENT_AXIS_HSCROLL = 10, enumerator
|
/frameworks/native/services/inputflinger/ |
D | InputReader.cpp | 2603 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()
|