Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/
H A Dproperty_animation.cpp27 void PropertyAnimation::SetStart(const RefPtr<Animatable>& animatable) in SetStart()
36 void PropertyAnimation::AddAnimatable(const RefPtr<Animatable>& animatable) in AddAnimatable()
50 for (auto& animatable : animatables_) { in SetCurve() local
87 for (const auto& animatable : animatables_) { in Calculate() local
H A Danimation_util.cpp528 auto animatable = AceType::MakeRefPtr<AnimatableData<T>>(value); in AddAnimatable() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/tween/
H A Dtween_element.cpp758 void TweenElement::CreateColorAnimation(const RefPtr<PropertyAnimatable>& animatable, TweenOption& … in CreateColorAnimation()
1006 auto animatable = GetAnimatable(contentElement); in ApplyKeyframes() local
1086 void TweenElement::CreatePropertyAnimationFloat(const RefPtr<PropertyAnimatable>& animatable, Tween… in CreatePropertyAnimationFloat()