Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/
H A Dproperty_animation.cpp36 void PropertyAnimation::AddAnimatable(const RefPtr<Animatable>& animatable) in AddAnimatable() function in OHOS::Ace::PropertyAnimation
H A Danimation_util.cpp526 void AnimationUtil::AddAnimatable(const T& value, double time, AnimatableType type) in AddAnimatable() function in OHOS::Ace::AnimationUtil
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/base/
H A Dcomponent.h167 void AddAnimatable(AnimatableType type, const RefPtr<PropertyAnimation> animation) in AddAnimatable() function