Lines Matching refs:assertReceivedMotionEvent
95 std::unique_ptr<MotionEvent> assertReceivedMotionEvent(const Matcher<MotionEvent>& matcher) { in assertReceivedMotionEvent() function in android::InputConsumerTest
201 assertReceivedMotionEvent(WithMotionAction(ACTION_DOWN)); in TEST_F()
204 assertReceivedMotionEvent(WithMotionAction(ACTION_MOVE)); in TEST_F()
239 assertReceivedMotionEvent(WithMotionAction(ACTION_DOWN)); in TEST_F()
242 assertReceivedMotionEvent(WithMotionAction(ACTION_MOVE)); in TEST_F()
272 assertReceivedMotionEvent(WithMotionAction(ACTION_DOWN)); in TEST_F()
294 assertReceivedMotionEvent(WithMotionAction(ACTION_DOWN)); in TEST_F()
314 assertReceivedMotionEvent(WithMotionAction(ACTION_DOWN)); in TEST_F()
330 assertReceivedMotionEvent(AllOf(WithDeviceId(0), WithMotionAction(ACTION_DOWN))); in TEST_F()
351 assertReceivedMotionEvent(AllOf(WithDeviceId(1), WithMotionAction(ACTION_DOWN))); in TEST_F()
359 assertReceivedMotionEvent(AllOf(WithDeviceId(0), WithMotionAction(ACTION_MOVE))); in TEST_F()
401 assertReceivedMotionEvent( in TEST_F()
414 assertReceivedMotionEvent( in TEST_F()
416 assertReceivedMotionEvent( in TEST_F()
433 assertReceivedMotionEvent( in TEST_F()
451 assertReceivedMotionEvent( in TEST_F()
454 assertReceivedMotionEvent( in TEST_F()
460 assertReceivedMotionEvent( in TEST_F()