Searched refs:AMOTION_EVENT_ACTION_MASK (Results 1 – 10 of 10) sorted by relevance
282 AMOTION_EVENT_ACTION_MASK = 0xff, enumerator
46 const int actionMasked = entry.action & AMOTION_EVENT_ACTION_MASK; in verifiedMotionEventFromMotionEntry()
94 int32_t actionMasked = action & AMOTION_EVENT_ACTION_MASK; in trackMotion()
178 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()
272 if ((args.action & AMOTION_EVENT_ACTION_MASK) == AMOTION_EVENT_ACTION_DOWN) { in classify()
362 event.action = getAction(args.action & AMOTION_EVENT_ACTION_MASK); in notifyMotionArgsToHalMotionEvent()
797 switch (action & AMOTION_EVENT_ACTION_MASK) { in isTouchEvent()821 switch (action & AMOTION_EVENT_ACTION_MASK) { in actionToString()
950 switch (msg.body.motion.action & AMOTION_EVENT_ACTION_MASK) { in updateTouchState()
529 inline int32_t getActionMasked() const { return mAction & AMOTION_EVENT_ACTION_MASK; } in getActionMasked()
2663 EXPECT_EQ(motionArgs.action & AMOTION_EVENT_ACTION_MASK, verifiedMotion.actionMasked); in TEST_F()