Searched refs:AMOTION_EVENT_ACTION_MASK (Results 1 – 5 of 5) sorted by relevance
241 AMOTION_EVENT_ACTION_MASK = 0xff, enumerator
347 inline int32_t getActionMasked() const { return mAction & AMOTION_EVENT_ACTION_MASK; } in getActionMasked()
511 switch (action & AMOTION_EVENT_ACTION_MASK) { in isTouchEvent()
588 switch (msg->body.motion.action & AMOTION_EVENT_ACTION_MASK) { in updateTouchState()
123 switch (action & AMOTION_EVENT_ACTION_MASK) { in isValidMotionAction()1130 int32_t maskedAction = action & AMOTION_EVENT_ACTION_MASK; in findTouchedWindowTargetsLocked()2268 int32_t maskedAction = action & AMOTION_EVENT_ACTION_MASK; in splitMotionEvent()4070 int32_t actionMasked = action & AMOTION_EVENT_ACTION_MASK; in trackMotion()