Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/mapper/
DRotaryEncoderInputMapper.cpp123 displayId, policyFlags, AMOTION_EVENT_ACTION_SCROLL, 0, 0, in sync()
DCursorInputMapper.cpp456 AMOTION_EVENT_ACTION_SCROLL, 0, 0, metaState, in sync()
DTouchInputMapper.cpp3547 displayId, policyFlags, AMOTION_EVENT_ACTION_SCROLL, 0, 0, metaState, in dispatchPointerSimple()
/frameworks/native/include/android/
Dinput.h338 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/services/inputflinger/dispatcher/
DInputDispatcher.cpp143 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/
DInputTransport.cpp829 case AMOTION_EVENT_ACTION_SCROLL: { in updateTouchState()