Home
last modified time | relevance | path

Searched refs:keyframeAnimations_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/
H A Drs_implicit_animator.cpp39 keyframeAnimations_.push({}); in OpenImplicitAnimation()
102 keyframeAnimations_.pop(); in CloseImplicitAnimationInner()
134 … if (globalImplicitParams_.empty() || implicitAnimations_.empty() || keyframeAnimations_.empty()) { in CloseImplicitAnimation()
146 auto& currentKeyframeAnimations = keyframeAnimations_.top(); in CloseImplicitAnimation()
188 … if (globalImplicitParams_.empty() || implicitAnimations_.empty() || keyframeAnimations_.empty()) { in CloseImplicitCancelAnimation()
460 … if (globalImplicitParams_.empty() || implicitAnimations_.empty() || keyframeAnimations_.empty()) { in CreateImplicitTransition()
508 … if (globalImplicitParams_.empty() || implicitAnimations_.empty() || keyframeAnimations_.empty()) { in CreateImplicitAnimation()
534 auto& keyframeAnimations = keyframeAnimations_.top(); in CreateImplicitAnimation()
656 … if (globalImplicitParams_.empty() || implicitAnimations_.empty() || keyframeAnimations_.empty()) { in CreateImplicitAnimationWithInitialVelocity()
H A Drs_implicit_animator.h116 …::stack<std::map<std::pair<NodeId, PropertyId>, std::shared_ptr<RSAnimation>>> keyframeAnimations_; variable