Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/mapper/
DRotaryEncoderInputMapper.cpp125 mSource, displayId, policyFlags, AMOTION_EVENT_ACTION_SCROLL, 0, in sync()
DCursorInputMapper.cpp477 AMOTION_EVENT_ACTION_SCROLL, 0, 0, metaState, in sync()
DTouchInputMapper.cpp3576 displayId, policyFlags, AMOTION_EVENT_ACTION_SCROLL, 0, 0, metaState, in dispatchPointerSimple()
/frameworks/native/include/android/
Dinput.h348 AMOTION_EVENT_ACTION_SCROLL = 8, enumerator
/frameworks/native/services/inputflinger/
DInputClassifierConverter.cpp75 static_assert(static_cast<common::V1_0::Action>(AMOTION_EVENT_ACTION_SCROLL) == in getAction()
/frameworks/native/libs/input/
DInput.cpp787 case AMOTION_EVENT_ACTION_SCROLL: in actionToString()
DInputTransport.cpp989 case AMOTION_EVENT_ACTION_SCROLL: { in updateTouchState()
/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.cpp181 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()