Home
last modified time | relevance | path

Searched refs:AnimatableProperty (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/mock/core/animation/
H A Dmock_animation_proxy.h31 void RegisterProperty(const WeakPtr<AnimatableProperty<T>>& ptr, T value) in RegisterProperty()
36 void RecordPropChange(const WeakPtr<AnimatableProperty<T>>& ptr, T targetValue) in RecordPropChange()
48 T GetEndValue(const WeakPtr<AnimatableProperty<T>>& ptr) in GetEndValue()
57 T GetStagingValue(const WeakPtr<AnimatableProperty<T>>& ptr) in GetStagingValue()
67 void Next(const WeakPtr<AnimatableProperty<T>>& ptr, int32_t remainingTicks) in Next()
82 std::map<WeakPtr<AnimatableProperty<T>>, PropertyImpl> props_;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dmodifier.h166 class AnimatableProperty : public NormalProperty<T> {
167 DECLARE_ACE_TYPE(AnimatableProperty, NormalProperty<T>);
170 explicit AnimatableProperty(const T& value) : NormalProperty<T>(value) {} in AnimatableProperty() function
171 ~AnimatableProperty() override = default;
173 ACE_DISALLOW_COPY_AND_MOVE(AnimatableProperty);
194 DECLARE_PROP_TYPED_CLASS(AnimatablePropertyFloat, AnimatableProperty, float);
195 DECLARE_PROP_TYPED_CLASS(AnimatablePropertyUint8, AnimatableProperty, uint8_t);
196 DECLARE_PROP_TYPED_CLASS(AnimatablePropertyColor, AnimatableProperty, LinearColor);
198 DECLARE_PROP_TYPED_CLASS(AnimatablePropertyVectorColor, AnimatableProperty, GradientArithmetic);
199 DECLARE_PROP_TYPED_CLASS(AnimatablePropertyOffsetF, AnimatableProperty, OffsetF);
[all …]
/ohos5.0/docs/zh-cn/application-dev/quick-start/
H A Darkts-animatable-extend.md59 Text("AnimatableProperty")
71 ![image](figures/AnimatableProperty.gif)
/ohos5.0/docs/en/application-dev/quick-start/
H A Darkts-animatable-extend.md58 Text("AnimatableProperty")
70 ![image](figures/AnimatableProperty.gif)
/ohos5.0/docs/zh-cn/application-dev/ui/
H A Darkts-custom-attribute-animation.md27 Text("AnimatableProperty")
/ohos5.0/docs/en/application-dev/ui/
H A Darkts-custom-attribute-animation.md27 Text("AnimatableProperty")