Searched refs:consumeMotion (Results 1 – 3 of 3) sorted by relevance
129 std::unique_ptr<MotionEvent> FakeInputReceiver::consumeMotion() { in consumeMotion() function in android::FakeInputReceiver145 std::unique_ptr<MotionEvent> motionEvent = consumeMotion(); in consumeMotionEvent()
85 std::unique_ptr<MotionEvent> consumeMotion();
492 std::unique_ptr<MotionEvent> consumeMotion() { return mInputReceiver.consumeMotion(); } in consumeMotion() function in android::inputdispatcher::__anon94065d070311::FakeMonitorReceiver6952 std::unique_ptr<MotionEvent> event = monitor.consumeMotion(); in TEST_F()7146 std::unique_ptr<MotionEvent> downMotionEvent = monitor.consumeMotion(); in TEST_F()7156 std::unique_ptr<MotionEvent> moveMotionEvent = monitor.consumeMotion(); in TEST_F()7172 std::unique_ptr<MotionEvent> cancelMotionEvent = monitor.consumeMotion(); in TEST_F()