Home
last modified time | relevance | path

Searched defs:consumeMotionEvent (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/services/inputflinger/tests/
DFakeWindows.cpp144 void FakeInputReceiver::consumeMotionEvent(const ::testing::Matcher<MotionEvent>& matcher) { in consumeMotionEvent() function in android::FakeInputReceiver
297 std::unique_ptr<MotionEvent> FakeWindowHandle::consumeMotionEvent( in consumeMotionEvent() function in android::FakeWindowHandle
DInputDispatcher_test.cpp488 void consumeMotionEvent(const ::testing::Matcher<MotionEvent>& matcher) { in consumeMotionEvent() function in android::inputdispatcher::__anon94065d070311::FakeMonitorReceiver
9349 void consumeMotionEvent(const sp<FakeWindowHandle>& window, int32_t expectedAction, in consumeMotionEvent() function in android::inputdispatcher::InputDispatcherMultiWindowSameTokenTests