Home
last modified time | relevance | path

Searched refs:propAnimations_ (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/base/
H A Dcomponent.h169 propAnimations_[type] = animation; in AddAnimatable()
174 propAnimations_.clear(); in ClearAnimatables()
179 return propAnimations_; in GetAnimatables()
311 PropAnimationMap propAnimations_; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dtween_option.h121 propAnimations_ = animatables; in SetAnimatables()
126 return propAnimations_; in GetAnimatables()
309 !transformAnimations_.empty() || !propAnimations_.empty()); in IsValid()
367 PropAnimationMap propAnimations_; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_node.cpp1069 propAnimations_ = animationUtil_.GetPropAnimationMap(); in ParseAnimationStyle()
1072 if (propAnimations_.find(AnimatableType::PROPERTY_OPACITY) != propAnimations_.end()) { in ParseAnimationStyle()
1176 const auto& animation = propAnimations_[type]; in UpdatePositionAnimations()
1186 auto pos = propAnimations_.find(AnimatableType::PROPERTY_OPACITY); in TweenOptionSetKeyframes()
1187 if (pos != propAnimations_.end()) { in TweenOptionSetKeyframes()
1197 propAnimations_.erase(pos); in TweenOptionSetKeyframes()
1199 if (!propAnimations_.empty()) { in TweenOptionSetKeyframes()
1200 tweenOption.SetAnimatables(propAnimations_); in TweenOptionSetKeyframes()
1684 UpdatePropAnimations(propAnimations_); in UpdateTweenComponent()
1689 UpdatePropAnimations(propAnimations_); in UpdateTweenComponent()
H A Ddom_node.h993 PropAnimationMap propAnimations_; variable