Home
last modified time | relevance | path

Searched refs:RSRenderSpringAnimation (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/
H A Drs_render_spring_animation.cpp35 RSRenderSpringAnimation::RSRenderSpringAnimation(AnimationId id, const PropertyId& propertyId, in RSRenderSpringAnimation() function in OHOS::Rosen::RSRenderSpringAnimation
69 bool RSRenderSpringAnimation::Marshalling(Parcel& parcel) const in Marshalling()
97 RSRenderSpringAnimation* RSRenderSpringAnimation::Unmarshalling(Parcel& parcel) in Unmarshalling()
108 bool RSRenderSpringAnimation::ParseParam(Parcel& parcel) in ParseParam()
137 void RSRenderSpringAnimation::OnAnimate(float fraction) in OnAnimate()
176 void RSRenderSpringAnimation::OnAttach() in OnAttach()
238 void RSRenderSpringAnimation::OnDetach() in OnDetach()
250 void RSRenderSpringAnimation::OnInitialize(int64_t time) in OnInitialize()
303 RSRenderSpringAnimation::GetSpringStatus() const in GetSpringStatus()
322 bool RSRenderSpringAnimation::InheritSpringStatus(const RSRenderSpringAnimation* from) in InheritSpringStatus()
[all …]
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/test/unittest/animation/
H A Drs_render_spring_animation_test.cpp45 class RSRenderSpringAnimationMock : public RSRenderSpringAnimation {
58 RSRenderSpringAnimation::SetInitialVelocity(velocity); in SetInitialVelocity()
62 RSRenderSpringAnimation::OnSetFraction(fraction); in OnSetFraction()
66 RSRenderSpringAnimation::OnAnimate(fraction); in OnAnimate()
70 RSRenderSpringAnimation::OnAttach(); in OnAttach()
74 RSRenderSpringAnimation::OnDetach(); in OnDetach()
78 RSRenderSpringAnimation::OnInitialize(time); in OnInitialize()
82 RSRenderSpringAnimation::InitValueEstimator(); in InitValueEstimator()
131 auto animation = RSRenderSpringAnimation::Unmarshalling(parcel);
135 animation = RSRenderSpringAnimation::Unmarshalling(parcel);
[all …]
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/animation/
H A Drs_render_spring_animation.h25 class RSB_EXPORT RSRenderSpringAnimation : public RSRenderPropertyAnimation {
27 explicit RSRenderSpringAnimation(AnimationId id, const PropertyId& propertyId,
38 ~RSRenderSpringAnimation() override = default;
42 [[nodiscard]] static RSRenderSpringAnimation* Unmarshalling(Parcel& parcel);
56 RSRenderSpringAnimation() = default;
63 bool InheritSpringStatus(const RSRenderSpringAnimation* from);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/
H A Drs_spring_animation.h27 class RSRenderSpringAnimation; variable
52 void StartRenderAnimation(const std::shared_ptr<RSRenderSpringAnimation>& animation);
54 void StartUIAnimation(const std::shared_ptr<RSRenderSpringAnimation>& animation);
H A Drs_spring_animation.cpp74 auto animation = std::make_shared<RSRenderSpringAnimation>(GetId(), GetPropertyId(), in OnStart()
95 void RSSpringAnimation::StartRenderAnimation(const std::shared_ptr<RSRenderSpringAnimation>& animat… in StartRenderAnimation()
117 void RSSpringAnimation::StartUIAnimation(const std::shared_ptr<RSRenderSpringAnimation>& animation) in StartUIAnimation()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/animation/
H A Drs_spring_animation_test.cpp83 auto animation = std::make_shared<RSRenderSpringAnimation>(); in HWTEST_F()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/transaction/
H A Drs_marshalling_helper.h70 class RSRenderSpringAnimation; variable
285 DECLARE_ANIMATION_OVERLOAD(RSRenderSpringAnimation)
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/command/
H A Drs_animation_command.h187 AnimationCommandHelper::CreateAnimation, NodeId, std::shared_ptr<RSRenderSpringAnimation>))
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/darwin/
H A Drs_marshalling_helper.cpp406 MARSHALLING_AND_UNMARSHALLING(RSRenderSpringAnimation)
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/windows/
H A Drs_marshalling_helper.cpp407 MARSHALLING_AND_UNMARSHALLING(RSRenderSpringAnimation)
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/modifier/
H A Drs_render_property.h166 friend class RSRenderSpringAnimation; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_marshalling_helper.cpp2098 MARSHALLING_AND_UNMARSHALLING(RSRenderSpringAnimation)