Searched defs:animatable (Results 1 – 3 of 3) sorted by relevance
27 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() local87 for (const auto& animatable : animatables_) { in Calculate() local
528 auto animatable = AceType::MakeRefPtr<AnimatableData<T>>(value); in AddAnimatable() local
758 void TweenElement::CreateColorAnimation(const RefPtr<PropertyAnimatable>& animatable, TweenOption& … in CreateColorAnimation()1006 auto animatable = GetAnimatable(contentElement); in ApplyKeyframes() local1086 void TweenElement::CreatePropertyAnimationFloat(const RefPtr<PropertyAnimatable>& animatable, Tween… in CreatePropertyAnimationFloat()