Searched refs:AMOTION_EVENT_ACTION_SCROLL (Results 1 – 4 of 4) sorted by relevance
/frameworks/native/include/android/ |
D | input.h | 299 AMOTION_EVENT_ACTION_SCROLL = 8, enumerator
|
/frameworks/native/services/inputflinger/ |
D | InputDispatcher.cpp | 132 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()
|
D | InputReader.cpp | 2560 AMOTION_EVENT_ACTION_SCROLL, 0, metaState, currentButtonState, in sync() 5618 AMOTION_EVENT_ACTION_SCROLL, 0, metaState, mCurrentButtonState, 0, in dispatchPointerSimple()
|
/frameworks/native/libs/input/ |
D | InputTransport.cpp | 635 case AMOTION_EVENT_ACTION_SCROLL: { in updateTouchState()
|