Searched refs:AMOTION_EVENT_ACTION_SCROLL (Results 1 – 7 of 7) sorted by relevance
/frameworks/native/services/inputflinger/reader/mapper/ |
D | RotaryEncoderInputMapper.cpp | 123 displayId, policyFlags, AMOTION_EVENT_ACTION_SCROLL, 0, 0, in sync()
|
D | CursorInputMapper.cpp | 456 AMOTION_EVENT_ACTION_SCROLL, 0, 0, metaState, in sync()
|
D | TouchInputMapper.cpp | 3547 displayId, policyFlags, AMOTION_EVENT_ACTION_SCROLL, 0, 0, metaState, in dispatchPointerSimple()
|
/frameworks/native/include/android/ |
D | input.h | 338 AMOTION_EVENT_ACTION_SCROLL = 8, enumerator
|
/frameworks/native/services/inputflinger/ |
D | InputClassifierConverter.cpp | 75 static_assert(static_cast<common::V1_0::Action>(AMOTION_EVENT_ACTION_SCROLL) == in getAction()
|
/frameworks/native/services/inputflinger/dispatcher/ |
D | InputDispatcher.cpp | 143 case AMOTION_EVENT_ACTION_SCROLL: in isValidMotionAction() 1278 maskedAction == AMOTION_EVENT_ACTION_SCROLL || isHoverAction); in findTouchedWindowTargetsLocked() 1368 } else if (maskedAction == AMOTION_EVENT_ACTION_SCROLL) { in findTouchedWindowTargetsLocked() 1644 if (maskedAction != AMOTION_EVENT_ACTION_SCROLL) { in findTouchedWindowTargetsLocked()
|
/frameworks/native/libs/input/ |
D | InputTransport.cpp | 829 case AMOTION_EVENT_ACTION_SCROLL: { in updateTouchState()
|