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