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/native/services/inputflinger/
DInputDispatcher.cpp132 case AMOTION_EVENT_ACTION_SCROLL: in isValidMotionAction()
1156 || maskedAction == AMOTION_EVENT_ACTION_SCROLL in findTouchedWindowTargetsLocked()
1256 } else if (maskedAction == AMOTION_EVENT_ACTION_SCROLL) { in findTouchedWindowTargetsLocked()
1515 if (maskedAction != AMOTION_EVENT_ACTION_SCROLL) { in findTouchedWindowTargetsLocked()
DInputReader.cpp2560 AMOTION_EVENT_ACTION_SCROLL, 0, metaState, currentButtonState, in sync()
5618 AMOTION_EVENT_ACTION_SCROLL, 0, metaState, mCurrentButtonState, 0, in dispatchPointerSimple()
/frameworks/native/libs/input/
DInputTransport.cpp635 case AMOTION_EVENT_ACTION_SCROLL: { in updateTouchState()