Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp238 List<NotifyMotionArgs> mNotifyMotionArgsQueue; member in android::FakeInputListener
283 ASSERT_FALSE(mNotifyMotionArgsQueue.empty()) in assertNotifyMotionWasCalled()
286 *outEventArgs = *mNotifyMotionArgsQueue.begin(); in assertNotifyMotionWasCalled()
288 mNotifyMotionArgsQueue.erase(mNotifyMotionArgsQueue.begin()); in assertNotifyMotionWasCalled()
292 ASSERT_TRUE(mNotifyMotionArgsQueue.empty()) in assertNotifyMotionWasNotCalled()
319 mNotifyMotionArgsQueue.push_back(*args); in notifyMotion()