Home
last modified time | relevance | path

Searched refs:RSInterpolatingSpringAnimation (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/
H A Drs_interpolating_spring_animation.cpp28 RSInterpolatingSpringAnimation::RSInterpolatingSpringAnimation( in RSInterpolatingSpringAnimation() function in OHOS::Rosen::RSInterpolatingSpringAnimation
36 RSInterpolatingSpringAnimation::RSInterpolatingSpringAnimation(std::shared_ptr<RSPropertyBase> prop… in RSInterpolatingSpringAnimation() function in OHOS::Rosen::RSInterpolatingSpringAnimation
45 void RSInterpolatingSpringAnimation::SetTimingCurve(const RSAnimationTimingCurve& timingCurve) in SetTimingCurve()
54 const RSAnimationTimingCurve& RSInterpolatingSpringAnimation::GetTimingCurve() const in GetTimingCurve()
59 void RSInterpolatingSpringAnimation::SetZeroThreshold(const float zeroThreshold) in SetZeroThreshold()
70 void RSInterpolatingSpringAnimation::OnStart() in OnStart()
92 void RSInterpolatingSpringAnimation::StartRenderAnimation( in StartRenderAnimation()
116 void RSInterpolatingSpringAnimation::StartUIAnimation( in StartUIAnimation()
122 bool RSInterpolatingSpringAnimation::GetIsLogicallyFinishCallback() const in GetIsLogicallyFinishCallback()
H A Drs_interpolating_spring_animation.h29 class RSC_EXPORT RSInterpolatingSpringAnimation : public RSPropertyAnimation {
31 RSInterpolatingSpringAnimation(
34 RSInterpolatingSpringAnimation(std::shared_ptr<RSPropertyBase> property,
37 virtual ~RSInterpolatingSpringAnimation() = default;
H A Drs_animation_timing_curve.h90 friend class RSInterpolatingSpringAnimation; variable
H A Drs_implicit_animation_param.cpp268 std::make_shared<RSInterpolatingSpringAnimation>(property, startValue, endValue); in CreateAnimation()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/animation/
H A Drs_render_interpolating_spring_animation.h68 friend class RSInterpolatingSpringAnimation; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/unittest/animation/
H A Drs_spring_animation_test.cpp318 …auto springAnimation = std::make_shared<RSInterpolatingSpringAnimation>(property, startProperty, e…
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H A Drs_node.h627 friend class RSInterpolatingSpringAnimation; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/modifier/
H A Drs_property.h227 friend class RSInterpolatingSpringAnimation;