Home
last modified time | relevance | path

Searched refs:AMOTION_EVENT_ACTION_MASK (Results 1 – 10 of 10) sorted by relevance

/aosp12/frameworks/native/include/android/
H A Dinput.h282 AMOTION_EVENT_ACTION_MASK = 0xff, enumerator
/aosp12/frameworks/native/services/inputflinger/dispatcher/
H A DEntry.cpp46 const int actionMasked = entry.action & AMOTION_EVENT_ACTION_MASK; in verifiedMotionEventFromMotionEntry()
H A DInputState.cpp94 int32_t actionMasked = action & AMOTION_EVENT_ACTION_MASK; in trackMotion()
H A DInputDispatcher.cpp178 switch (action & AMOTION_EVENT_ACTION_MASK) { in isValidMotionAction()
1945 int32_t maskedAction = action & AMOTION_EVENT_ACTION_MASK; in findTouchedWindowTargetsLocked()
2433 int32_t maskedAction = entry.action & AMOTION_EVENT_ACTION_MASK; in addDragEventLocked()
3100 int32_t maskedAction = action & AMOTION_EVENT_ACTION_MASK; in dispatchPointerDownOutsideFocus()
3313 int32_t actionMasked = dispatchEntry.resolvedAction & AMOTION_EVENT_ACTION_MASK; in getSignature()
3667 int32_t maskedAction = action & AMOTION_EVENT_ACTION_MASK; in splitMotionEvent()
/aosp12/frameworks/native/services/inputflinger/
H A DInputClassifier.cpp272 if ((args.action & AMOTION_EVENT_ACTION_MASK) == AMOTION_EVENT_ACTION_DOWN) { in classify()
H A DInputClassifierConverter.cpp362 event.action = getAction(args.action & AMOTION_EVENT_ACTION_MASK); in notifyMotionArgsToHalMotionEvent()
/aosp12/frameworks/native/libs/input/
H A DInput.cpp797 switch (action & AMOTION_EVENT_ACTION_MASK) { in isTouchEvent()
821 switch (action & AMOTION_EVENT_ACTION_MASK) { in actionToString()
H A DInputTransport.cpp950 switch (msg.body.motion.action & AMOTION_EVENT_ACTION_MASK) { in updateTouchState()
/aosp12/frameworks/native/include/input/
H A DInput.h529 inline int32_t getActionMasked() const { return mAction & AMOTION_EVENT_ACTION_MASK; } in getActionMasked()
/aosp12/frameworks/native/services/inputflinger/tests/
H A DInputDispatcher_test.cpp2663 EXPECT_EQ(motionArgs.action & AMOTION_EVENT_ACTION_MASK, verifiedMotion.actionMasked); in TEST_F()