/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/ |
H A D | rs_render_spring_animation.cpp | 35 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 D | rs_render_spring_animation_test.cpp | 45 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 D | rs_render_spring_animation.h | 25 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 D | rs_spring_animation.h | 27 class RSRenderSpringAnimation; variable 52 void StartRenderAnimation(const std::shared_ptr<RSRenderSpringAnimation>& animation); 54 void StartUIAnimation(const std::shared_ptr<RSRenderSpringAnimation>& animation);
|
H A D | rs_spring_animation.cpp | 74 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 D | rs_spring_animation_test.cpp | 83 auto animation = std::make_shared<RSRenderSpringAnimation>(); in HWTEST_F()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/transaction/ |
H A D | rs_marshalling_helper.h | 70 class RSRenderSpringAnimation; variable 285 DECLARE_ANIMATION_OVERLOAD(RSRenderSpringAnimation)
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/command/ |
H A D | rs_animation_command.h | 187 AnimationCommandHelper::CreateAnimation, NodeId, std::shared_ptr<RSRenderSpringAnimation>))
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/darwin/ |
H A D | rs_marshalling_helper.cpp | 406 MARSHALLING_AND_UNMARSHALLING(RSRenderSpringAnimation)
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/windows/ |
H A D | rs_marshalling_helper.cpp | 407 MARSHALLING_AND_UNMARSHALLING(RSRenderSpringAnimation)
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/modifier/ |
H A D | rs_render_property.h | 166 friend class RSRenderSpringAnimation; variable
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/ |
H A D | rs_marshalling_helper.cpp | 2098 MARSHALLING_AND_UNMARSHALLING(RSRenderSpringAnimation)
|