Home | History | Annotate | Download | only in animation

Lines Matching refs:Aborted

1064   // Since the previous animation was aborted, the new animation should start
1209 // Test that an infinitely looping animation does indeed go until aborted.
1252 Animation::Aborted, kInitialTickTime + TimeDelta::FromMilliseconds(750));
1339 Animation::Aborted, kInitialTickTime + TimeDelta::FromMilliseconds(1000));
1612 // Only un-finished Transform animations should have been aborted.
1617 EXPECT_EQ(Animation::Aborted,
1619 EXPECT_EQ(Animation::Aborted,
1625 // An animation aborted on the main thread should get deleted on both threads.
1644 EXPECT_EQ(Animation::Aborted,
1661 // An animation aborted on the impl thread should get deleted on both threads.
1680 EXPECT_EQ(Animation::Aborted,
1690 EXPECT_EQ(AnimationEvent::Aborted, events[0].type);
1695 EXPECT_EQ(Animation::Aborted,
1762 // Ensure that when a group has a mix of aborted and finished animations,
1763 // we generate a Finished event for the finished animation and an Aborted
1764 // event for the aborted animation.
1799 // animation, and an Aborted event for the opacity animation.
1803 EXPECT_EQ(AnimationEvent::Aborted, (*events)[1].type);