Home
last modified time | relevance | path

Searched refs:RSPropertyAnimation (Results 1 – 17 of 17) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/
H A Drs_property_animation.cpp27 RSPropertyAnimation::RSPropertyAnimation(std::shared_ptr<RSPropertyBase> property) : property_(prop… in RSPropertyAnimation() function in OHOS::Rosen::RSPropertyAnimation
32 void RSPropertyAnimation::SetIsCustom(const bool isCustom) in SetIsCustom()
37 void RSPropertyAnimation::SetAdditive(bool isAdditive) in SetAdditive()
42 bool RSPropertyAnimation::GetAdditive() const in GetAdditive()
47 const std::shared_ptr<RSPropertyBase> RSPropertyAnimation::GetOriginValue() const in GetOriginValue()
68 PropertyId RSPropertyAnimation::GetPropertyId() const in GetPropertyId()
77 void RSPropertyAnimation::OnStart() in OnStart()
94 void RSPropertyAnimation::InitInterpolationValue() in InitInterpolationValue()
104 void RSPropertyAnimation::OnUpdateStagingValue(bool isFirstStart) in OnUpdateStagingValue()
147 void RSPropertyAnimation::SetPropertyOnAllAnimationFinish() in SetPropertyOnAllAnimationFinish()
[all …]
H A Drs_property_animation.h28 class RSC_EXPORT RSPropertyAnimation : public RSAnimation {
30 RSPropertyAnimation() = delete;
31 virtual ~RSPropertyAnimation() = default;
36 RSPropertyAnimation(std::shared_ptr<RSPropertyBase> property);
H A Drs_keyframe_animation.cpp30 …tion::RSKeyframeAnimation(std::shared_ptr<RSPropertyBase> property) : RSPropertyAnimation(property) in RSKeyframeAnimation()
89 RSPropertyAnimation::InitInterpolationValue(); in InitInterpolationValue()
104 RSPropertyAnimation::InitInterpolationValue(); in InitInterpolationValue()
136 RSPropertyAnimation::OnStart(); in OnStart()
H A Drs_curve_animation.cpp29 const std::shared_ptr<RSPropertyBase>& byValue) : RSPropertyAnimation(property) in RSCurveAnimation()
37 : RSPropertyAnimation(property) in RSCurveAnimation()
82 RSPropertyAnimation::OnStart(); in OnStart()
H A Drs_interpolating_spring_animation.cpp30 : RSPropertyAnimation(property) in RSInterpolatingSpringAnimation()
38 : RSPropertyAnimation(property) in RSInterpolatingSpringAnimation()
72 RSPropertyAnimation::OnStart(); in OnStart()
H A Drs_spring_animation.cpp31 const std::shared_ptr<RSPropertyBase>& byValue) : RSPropertyAnimation(property) in RSSpringAnimation()
39 : RSPropertyAnimation(property) in RSSpringAnimation()
73 RSPropertyAnimation::OnStart(); in OnStart()
H A Drs_curve_animation.h29 class RSC_EXPORT RSCurveAnimation : public RSPropertyAnimation {
H A Drs_interpolating_spring_animation.h29 class RSC_EXPORT RSInterpolatingSpringAnimation : public RSPropertyAnimation {
H A Drs_path_animation.cpp34 …const std::shared_ptr<RSPath>& animationPath) : RSPropertyAnimation(property), animationPath_(anim… in RSPathAnimation()
133 RSPropertyAnimation::OnStart(); in OnStart()
200 RSPropertyAnimation::OnUpdateStagingValue(isFirstStart); in OnUpdateStagingValue()
H A Drs_spring_animation.h29 class RSC_EXPORT RSSpringAnimation : public RSPropertyAnimation {
H A Drs_keyframe_animation.h34 class RSC_EXPORT RSKeyframeAnimation : public RSPropertyAnimation {
H A Drs_path_animation.h33 class RSC_EXPORT RSPathAnimation : public RSPropertyAnimation {
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H A Drs_canvas_node.h68 friend class RSPropertyAnimation; variable
H A Drs_surface_node.h209 friend class RSPropertyAnimation; variable
H A Drs_node.h622 friend class RSPropertyAnimation; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/modifier/
H A Drs_property.h223 friend class RSPropertyAnimation;
676 friend class RSPropertyAnimation;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/test/unittest/animation/
H A Drs_animation_test.cpp733 std::unique_ptr<RSPropertyAnimation<float>> animation =