Searched refs:mNotifyMotionArgsQueue (Results 1 – 1 of 1) sorted by relevance
238 List<NotifyMotionArgs> mNotifyMotionArgsQueue; member in android::FakeInputListener283 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()