Searched refs:AMOTION_EVENT_ACTION_SCROLL (Results 1 – 8 of 8) sorted by relevance
/frameworks/native/services/inputflinger/reader/mapper/ |
D | RotaryEncoderInputMapper.cpp | 125 mSource, displayId, policyFlags, AMOTION_EVENT_ACTION_SCROLL, 0, in sync()
|
D | CursorInputMapper.cpp | 477 AMOTION_EVENT_ACTION_SCROLL, 0, 0, metaState, in sync()
|
D | TouchInputMapper.cpp | 3576 displayId, policyFlags, AMOTION_EVENT_ACTION_SCROLL, 0, 0, metaState, in dispatchPointerSimple()
|
/frameworks/native/include/android/ |
D | input.h | 348 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/libs/input/ |
D | Input.cpp | 787 case AMOTION_EVENT_ACTION_SCROLL: in actionToString()
|
D | InputTransport.cpp | 989 case AMOTION_EVENT_ACTION_SCROLL: { in updateTouchState()
|
/frameworks/native/services/inputflinger/dispatcher/ |
D | InputDispatcher.cpp | 181 case AMOTION_EVENT_ACTION_SCROLL: in isValidMotionAction() 1942 maskedAction == AMOTION_EVENT_ACTION_SCROLL || isHoverAction); in findTouchedWindowTargetsLocked() 2347 if (maskedAction != AMOTION_EVENT_ACTION_SCROLL) { in findTouchedWindowTargetsLocked()
|