Searched refs:AMOTION_EVENT_ACTION_MASK (Results 1 – 9 of 9) sorted by relevance
33 switch (action & AMOTION_EVENT_ACTION_MASK) { in motionActionToString()
90 int32_t actionMasked = action & AMOTION_EVENT_ACTION_MASK; in trackMotion()
134 switch (action & AMOTION_EVENT_ACTION_MASK) { in isValidMotionAction()1253 int32_t maskedAction = action & AMOTION_EVENT_ACTION_MASK; in findTouchedWindowTargetsLocked()2129 int32_t maskedAction = action & AMOTION_EVENT_ACTION_MASK; in dispatchPointerDownOutsideFocus()2540 int32_t maskedAction = action & AMOTION_EVENT_ACTION_MASK; in splitMotionEvent()
272 AMOTION_EVENT_ACTION_MASK = 0xff, enumerator
266 if ((args.action & AMOTION_EVENT_ACTION_MASK) == AMOTION_EVENT_ACTION_DOWN) { in classify()
361 event.action = getAction(args.action & AMOTION_EVENT_ACTION_MASK); in notifyMotionArgsToHalMotionEvent()
423 inline int32_t getActionMasked() const { return mAction & AMOTION_EVENT_ACTION_MASK; } in getActionMasked()
549 switch (action & AMOTION_EVENT_ACTION_MASK) { in isTouchEvent()
786 switch (msg.body.motion.action & AMOTION_EVENT_ACTION_MASK) { in updateTouchState()