Home
last modified time | relevance | path

Searched refs:RSRenderInterpolatingSpringAnimation (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/
H A Drs_render_interpolating_spring_animation.cpp32 RSRenderInterpolatingSpringAnimation::RSRenderInterpolatingSpringAnimation(AnimationId id, const Pr… in RSRenderInterpolatingSpringAnimation() function in OHOS::Rosen::RSRenderInterpolatingSpringAnimation
46 void RSRenderInterpolatingSpringAnimation::SetSpringParameters( in SetSpringParameters()
55 void RSRenderInterpolatingSpringAnimation::SetZeroThreshold(float zeroThreshold) in SetZeroThreshold()
68 bool RSRenderInterpolatingSpringAnimation::Marshalling(Parcel& parcel) const in Marshalling()
93 RSRenderInterpolatingSpringAnimation* RSRenderInterpolatingSpringAnimation::Unmarshalling(Parcel& p… in Unmarshalling()
104 bool RSRenderInterpolatingSpringAnimation::ParseParam(Parcel& parcel) in ParseParam()
129 void RSRenderInterpolatingSpringAnimation::OnSetFraction(float fraction) in OnSetFraction()
139 void RSRenderInterpolatingSpringAnimation::UpdateFractionAfterContinue() in UpdateFractionAfterContinue()
170 void RSRenderInterpolatingSpringAnimation::OnAnimate(float fraction) in OnAnimate()
203 void RSRenderInterpolatingSpringAnimation::OnInitialize(int64_t time) in OnInitialize()
[all …]
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/test/unittest/animation/
H A Drs_render_interpolating_spring_animation_test.cpp27 class RSRenderInterpolatingSpringAnimationMock : public RSRenderInterpolatingSpringAnimation {
32 … const std::shared_ptr<RSRenderPropertyBase>& endValue) : RSRenderInterpolatingSpringAnimation(id, in RSRenderInterpolatingSpringAnimationMock()
38 RSRenderInterpolatingSpringAnimation::OnSetFraction(fraction); in OnSetFraction()
43 RSRenderInterpolatingSpringAnimation::OnAnimate(fraction); in OnAnimate()
48 RSRenderInterpolatingSpringAnimation::InitValueEstimator(); in InitValueEstimator()
53 RSRenderInterpolatingSpringAnimation::OnInitialize(time); in OnInitialize()
85 … auto renderInterpolatingSpringAnimation = std::make_shared<RSRenderInterpolatingSpringAnimation>(
113 … auto renderInterpolatingSpringAnimation = std::make_shared<RSRenderInterpolatingSpringAnimation>(
119 auto renderAnimation = RSRenderInterpolatingSpringAnimation::Unmarshalling(parcel);
122 renderAnimation = RSRenderInterpolatingSpringAnimation::Unmarshalling(parcel);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/animation/
H A Drs_render_interpolating_spring_animation.h25 class RSB_EXPORT RSRenderInterpolatingSpringAnimation : public RSRenderPropertyAnimation, public RS…
27 explicit RSRenderInterpolatingSpringAnimation(AnimationId id, const PropertyId& propertyId,
37 ~RSRenderInterpolatingSpringAnimation() override = default;
41 [[nodiscard]] static RSRenderInterpolatingSpringAnimation* Unmarshalling(Parcel& parcel);
54 RSRenderInterpolatingSpringAnimation() = default;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/
H A Drs_interpolating_spring_animation.h27 class RSRenderInterpolatingSpringAnimation; variable
50 … void StartRenderAnimation(const std::shared_ptr<RSRenderInterpolatingSpringAnimation>& animation);
52 void StartUIAnimation(const std::shared_ptr<RSRenderInterpolatingSpringAnimation>& animation);
H A Drs_interpolating_spring_animation.cpp73 … auto animation = std::make_shared<RSRenderInterpolatingSpringAnimation>(GetId(), GetPropertyId(), in OnStart()
93 const std::shared_ptr<RSRenderInterpolatingSpringAnimation>& animation) in StartRenderAnimation()
117 const std::shared_ptr<RSRenderInterpolatingSpringAnimation>& animation) in StartUIAnimation()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/transaction/
H A Drs_marshalling_helper.h67 class RSRenderInterpolatingSpringAnimation; variable
283 DECLARE_ANIMATION_OVERLOAD(RSRenderInterpolatingSpringAnimation)
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/command/
H A Drs_animation_command.h192 std::shared_ptr<RSRenderInterpolatingSpringAnimation>))
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/darwin/
H A Drs_marshalling_helper.cpp404 MARSHALLING_AND_UNMARSHALLING(RSRenderInterpolatingSpringAnimation)
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/windows/
H A Drs_marshalling_helper.cpp405 MARSHALLING_AND_UNMARSHALLING(RSRenderInterpolatingSpringAnimation)
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/modifier/
H A Drs_render_property.h167 friend class RSRenderInterpolatingSpringAnimation; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_marshalling_helper.cpp2096 MARSHALLING_AND_UNMARSHALLING(RSRenderInterpolatingSpringAnimation)