Home
last modified time | relevance | path

Searched defs:AddAnimatable (Results 1 – 3 of 3) sorted by relevance

/foundation/ace/ace_engine/frameworks/core/animation/
Dproperty_animation.cpp37 void PropertyAnimation::AddAnimatable(const RefPtr<Animatable>& animatable) in AddAnimatable() function in OHOS::Ace::PropertyAnimation
Danimation_util.cpp485 void AnimationUtil::AddAnimatable(const T& value, double time, AnimatableType type) in AddAnimatable() function in OHOS::Ace::AnimationUtil
/foundation/ace/ace_engine/frameworks/core/pipeline/base/
Dcomponent.h152 void AddAnimatable(AnimatableType type, const RefPtr<PropertyAnimation> animation) in AddAnimatable() function