Home | History | Annotate | Download | only in animation

Lines Matching refs:Aborted

102       animations_[i]->SetRunState(Animation::Aborted, last_tick_time_);
369 animations_[i]->SetRunState(Animation::Aborted, event.monotonic_time);
738 animations_[i]->run_state() != Animation::Aborted &&
751 // Non-aborted animations are marked for deletion after a corresponding
753 // we don't have an events vector, we must ensure that non-aborted animations
757 if (animations_[i]->run_state() == Animation::Aborted) {
759 AnimationEvent aborted_event(AnimationEvent::Aborted,
798 animations_[j]->run_state() != Animation::Aborted) {
800 // and is not yet aborted. If this current iteration finds that all