Home | History | Annotate | Download | only in animation

Lines Matching refs:AnimationEvent

331   AnimationEvent animation_started_event(AnimationEvent::Started,
376 AnimationEvent::Started, (*events)[0].type);
394 EXPECT_EQ(AnimationEvent::Finished, (*events)[0].type);
418 static const AnimationEvent* GetMostRecentPropertyUpdateEvent(
420 const AnimationEvent* event = 0;
422 if ((*events)[i].type == AnimationEvent::PropertyUpdate)
450 const AnimationEvent* event = GetMostRecentPropertyUpdateEvent(events.get());
480 const AnimationEvent* start_opacity_event =
490 const AnimationEvent* end_opacity_event =
530 const AnimationEvent* start_transform_event =
545 const AnimationEvent* end_transform_event =
580 const AnimationEvent* event = GetMostRecentPropertyUpdateEvent(events.get());
631 const AnimationEvent* start_filter_event =
643 const AnimationEvent* end_filter_event =
702 const AnimationEvent* event = GetMostRecentPropertyUpdateEvent(events.get());
782 const AnimationEvent* event = GetMostRecentPropertyUpdateEvent(events.get());
841 const AnimationEvent* event = GetMostRecentPropertyUpdateEvent(events.get());
918 EXPECT_EQ(AnimationEvent::Started, (*events)[0].type);
920 EXPECT_EQ(AnimationEvent::PropertyUpdate, (*events)[1].type);
936 EXPECT_EQ(AnimationEvent::Finished, (*events)[0].type);
938 EXPECT_EQ(AnimationEvent::PropertyUpdate, (*events)[1].type);
983 AnimationEvent(AnimationEvent::Started,
1690 EXPECT_EQ(AnimationEvent::Aborted, events[0].type);
1735 EXPECT_EQ(AnimationEvent::Started, (*events)[0].type);
1736 EXPECT_EQ(AnimationEvent::Started, (*events)[1].type);
1758 EXPECT_EQ(AnimationEvent::Finished, (*events)[0].type);
1759 EXPECT_EQ(AnimationEvent::Finished, (*events)[1].type);
1788 EXPECT_EQ(AnimationEvent::Started, (*events)[0].type);
1789 EXPECT_EQ(AnimationEvent::Started, (*events)[1].type);
1801 EXPECT_EQ(AnimationEvent::Finished, (*events)[0].type);
1803 EXPECT_EQ(AnimationEvent::Aborted, (*events)[1].type);