Searched refs:postActive (Results 1 – 5 of 5) sorted by relevance
112 bool postActive() const { return m_animState == AnimationStateDone; } in postActive() function113 bool active() const { return !postActive() && !preActive(); } in active()114 bool running() const { return !isNew() && !postActive(); } in running()152 return (!waitingToStart() && !postActive()) && affectsProperty(property); in isAnimatingProperty()154 return !postActive() && affectsProperty(property); in isAnimatingProperty()
57 if (!postActive()) in ~ImplicitAnimation()70 if (postActive()) in animate()
61 if (!postActive()) in ~KeyframeAnimation()116 if (postActive()) { in animate()
123 if (!implAnim->postActive()) in updateTransitions()198 if (it->second->postActive()) in updateKeyframeAnimations()224 if (keyframeAnim->postActive()) in updateKeyframeAnimations()
1187 …if (postActive() || !m_animation->duration() || (m_animation->iterationCount() > 0 && elapsedTime … in progress()1279 if (postActive()) in getElapsedTime()