Home
last modified time | relevance | path

Searched refs:mNotifyMotionArgsQueue (Results 1 – 1 of 1) sorted by relevance

/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp255 List<NotifyMotionArgs> mNotifyMotionArgsQueue; member in android::FakeInputListener
310 ASSERT_FALSE(mNotifyMotionArgsQueue.empty()) in assertNotifyMotionWasCalled()
313 *outEventArgs = *mNotifyMotionArgsQueue.begin(); in assertNotifyMotionWasCalled()
315 mNotifyMotionArgsQueue.erase(mNotifyMotionArgsQueue.begin()); in assertNotifyMotionWasCalled()
319 ASSERT_TRUE(mNotifyMotionArgsQueue.empty()) in assertNotifyMotionWasNotCalled()
346 mNotifyMotionArgsQueue.push_back(*args); in notifyMotion()