Home
last modified time | relevance | path

Searched refs:AMOTION_EVENT_ACTION_SCROLL (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/include/android/
Dinput.h299 AMOTION_EVENT_ACTION_SCROLL = 8, enumerator
/frameworks/base/services/input/
DInputDispatcher.cpp131 case AMOTION_EVENT_ACTION_SCROLL: in isValidMotionAction()
1173 || maskedAction == AMOTION_EVENT_ACTION_SCROLL in findTouchedWindowTargetsLocked()
1298 } else if (maskedAction == AMOTION_EVENT_ACTION_SCROLL) { in findTouchedWindowTargetsLocked()
1563 } else if (maskedAction == AMOTION_EVENT_ACTION_SCROLL) { in findTouchedWindowTargetsLocked()
DInputReader.cpp2534 AMOTION_EVENT_ACTION_SCROLL, 0, metaState, currentButtonState, in sync()
5558 AMOTION_EVENT_ACTION_SCROLL, 0, metaState, mCurrentButtonState, 0, in dispatchPointerSimple()
/frameworks/native/libs/input/
DInputTransport.cpp634 case AMOTION_EVENT_ACTION_SCROLL: { in updateTouchState()