Home | History | Annotate | Download | only in animation

Lines Matching refs:Aborted

101       animations_[i]->SetRunState(Animation::Aborted, last_tick_time_);
361 animations_[i]->SetRunState(Animation::Aborted, event.monotonic_time);
700 animations_[i]->run_state() != Animation::Aborted &&
711 // Non-aborted animations are marked for deletion after a corresponding
713 // we don't have an events vector, we must ensure that non-aborted animations
717 if (animations_[i]->run_state() == Animation::Aborted) {
719 AnimationEvent aborted_event(AnimationEvent::Aborted,
762 animations_[j]->run_state() != Animation::Aborted) {