Searched refs:WithEventId (Results 1 – 2 of 2) sorted by relevance
571 inline WithEventIdMatcher WithEventId(int32_t eventId) { in WithEventId() function
8017 AllOf(WithMotionAction(ACTION_HOVER_ENTER), Not(WithEventId(notifyArgs.id)), in TEST_F()8021 Not(WithEventId(notifyArgs.id)), in TEST_F()8022 Not(WithEventId(leftEnter->getId())), in TEST_F()8031 AllOf(WithMotionAction(ACTION_HOVER_EXIT), Not(WithEventId(notifyArgs.id)), in TEST_F()8035 Not(WithEventId(notifyArgs.id)), in TEST_F()8036 Not(WithEventId(leftExit->getId())), in TEST_F()8039 spy->consumeMotionEvent(AllOf(WithMotionAction(ACTION_HOVER_MOVE), WithEventId(notifyArgs.id))); in TEST_F()