Lines Matching refs:NotifyMotionArgs
191 ElementsAre(VariantWith<NotifyMotionArgs>( in TEST_F()
193 VariantWith<NotifyMotionArgs>( in TEST_F()
209 ElementsAre(VariantWith<NotifyMotionArgs>( in TEST_F()
211 const auto pointerCoordsBeforeReset = std::get<NotifyMotionArgs>(args.back()).pointerCoords; in TEST_F()
227 ElementsAre(VariantWith<NotifyMotionArgs>( in TEST_F()
233 ElementsAre(VariantWith<NotifyMotionArgs>( in TEST_F()
235 VariantWith<NotifyMotionArgs>( in TEST_F()
237 ASSERT_EQ(std::get<NotifyMotionArgs>(args.back()).pointerCoords, pointerCoordsBeforeReset); in TEST_F()
252 ElementsAre(VariantWith<NotifyMotionArgs>( in TEST_F()
262 ElementsAre(VariantWith<NotifyMotionArgs>(WithMotionAction(ACTION_POINTER_0_UP)))); in TEST_F()
273 VariantWith<NotifyMotionArgs>(WithMotionAction(AMOTION_EVENT_ACTION_UP)))); in TEST_F()