Searched refs:Animatable (Results 1 - 5 of 5) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/animation/ |
H A D | property_animation.h | 32 using PropCallback = std::function<void(const RefPtr<Animatable>&)>; 36 void SetStart(const RefPtr<Animatable>& animatable); 37 void AddAnimatable(const RefPtr<Animatable>& animatable); 38 const std::list<RefPtr<Animatable>>& GetAnimatable() const in GetAnimatable() 47 const RefPtr<Animatable>& GetInit() const in GetInit() 51 void SetInit(const RefPtr<Animatable>& init) in SetInit() 61 void TriggerFrame(const RefPtr<Animatable>& start, const RefPtr<Animatable>& end, float time); 64 void Next(const RefPtr<Animatable>& start, const RefPtr<Animatable> [all...] |
H A D | property_animation.cpp | 27 void PropertyAnimation::SetStart(const RefPtr<Animatable>& animatable) in SetStart() 36 void PropertyAnimation::AddAnimatable(const RefPtr<Animatable>& animatable) in AddAnimatable() 101 void PropertyAnimation::TriggerFrame(const RefPtr<Animatable>& start, const RefPtr<Animatable>& end, float time) in TriggerFrame() 172 void PropertyAnimation::Next(const RefPtr<Animatable>& start, const RefPtr<Animatable>& end, float time) in Next()
|
H A D | animatable_properties.cpp | 34 [weak = AceType::WeakClaim(this), weakAnimation](const RefPtr<Animatable>& data) { in UpdatePropAnimation() 51 [weak = AceType::WeakClaim(this), weakAnimation](const RefPtr<Animatable>& data) { in UpdatePropAnimation() 68 [weak = AceType::WeakClaim(this), weakAnimation](const RefPtr<Animatable>& data) { in UpdatePropAnimation() 85 [weak = AceType::WeakClaim(this), weakAnimation](const RefPtr<Animatable>& data) { in UpdatePropAnimation() 113 [weak = AceType::WeakClaim(this), setter = setter, weakAnimation](const RefPtr<Animatable>& data) { in UpdatePropAnimation() 141 [weak = AceType::WeakClaim(this), setter = setter, weakAnimation](const RefPtr<Animatable>& data) { in UpdatePropAnimation() 158 [weak = AceType::WeakClaim(this), weakAnimation](const RefPtr<Animatable>& data) { in UpdatePropAnimation() 175 [weak = AceType::WeakClaim(this), weakAnimation](const RefPtr<Animatable>& data) { in UpdatePropAnimation() 192 [weak = AceType::WeakClaim(this), weakAnimation](const RefPtr<Animatable>& data) { in UpdatePropAnimation() 210 [weak = AceType::WeakClaim(this), weakAnimation](const RefPtr<Animatable> in UpdatePropAnimation() [all...] |
H A D | animatable.h | 68 class Animatable : public AceType { class 69 DECLARE_ACE_TYPE(Animatable, AceType);
|
H A D | animatable_data.h | 28 class AnimatableData : public Animatable { 29 DECLARE_ACE_TYPE(AnimatableData, Animatable);
|
Completed in 3 milliseconds