Searched refs:AMOTION_EVENT_ACTION_MASK (Results 1 – 13 of 13) sorted by relevance
292 AMOTION_EVENT_ACTION_MASK = 0xff, enumerator
115 let action_masked = action & input_bindgen::AMOTION_EVENT_ACTION_MASK; in from()
877 switch (action & AMOTION_EVENT_ACTION_MASK) { in isTouchEvent()901 switch (action & AMOTION_EVENT_ACTION_MASK) { in actionToString()
1076 switch (msg.body.motion.action & AMOTION_EVENT_ACTION_MASK) { in updateTouchState()
48 const int actionMasked = entry.action & AMOTION_EVENT_ACTION_MASK; in verifiedMotionEventFromMotionEntry()
87 int32_t actionMasked = action & AMOTION_EVENT_ACTION_MASK; in trackMotion()
1856 (entry->action & AMOTION_EVENT_ACTION_MASK) == AMOTION_EVENT_ACTION_POINTER_DOWN) { in dispatchMotionLocked()2791 const int32_t maskedAction = entry.action & AMOTION_EVENT_ACTION_MASK; in addDragEventLocked()3517 int32_t maskedAction = action & AMOTION_EVENT_ACTION_MASK; in dispatchPointerDownOutsideFocus()4126 int32_t maskedAction = action & AMOTION_EVENT_ACTION_MASK; in splitMotionEvent()
305 if ((args.action & AMOTION_EVENT_ACTION_MASK) == AMOTION_EVENT_ACTION_DOWN) { in classify()
318 event.action = getAction(args.action & AMOTION_EVENT_ACTION_MASK); in notifyMotionArgsToHalMotionEvent()
605 static int32_t getActionMasked(int32_t action) { return action & AMOTION_EVENT_ACTION_MASK; } in getActionMasked()
3836 switch (action & AMOTION_EVENT_ACTION_MASK) { in dispatchMotion()
5284 EXPECT_EQ(motionArgs.action & AMOTION_EVENT_ACTION_MASK, verifiedMotion.actionMasked); in TEST_F()
10896 ASSERT_EQ(AMOTION_EVENT_ACTION_POINTER_DOWN, motionArgs.action & AMOTION_EVENT_ACTION_MASK); in TEST_F()