Searched refs:RSRenderInterpolatingSpringAnimation (Results 1 – 11 of 11) sorted by relevance
32 RSRenderInterpolatingSpringAnimation::RSRenderInterpolatingSpringAnimation(AnimationId id, const Pr… in RSRenderInterpolatingSpringAnimation() function in OHOS::Rosen::RSRenderInterpolatingSpringAnimation46 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 …]
27 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);
25 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;
27 class RSRenderInterpolatingSpringAnimation; variable50 … void StartRenderAnimation(const std::shared_ptr<RSRenderInterpolatingSpringAnimation>& animation);52 void StartUIAnimation(const std::shared_ptr<RSRenderInterpolatingSpringAnimation>& animation);
73 … 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()
67 class RSRenderInterpolatingSpringAnimation; variable283 DECLARE_ANIMATION_OVERLOAD(RSRenderInterpolatingSpringAnimation)
192 std::shared_ptr<RSRenderInterpolatingSpringAnimation>))
404 MARSHALLING_AND_UNMARSHALLING(RSRenderInterpolatingSpringAnimation)
405 MARSHALLING_AND_UNMARSHALLING(RSRenderInterpolatingSpringAnimation)
167 friend class RSRenderInterpolatingSpringAnimation; variable
2096 MARSHALLING_AND_UNMARSHALLING(RSRenderInterpolatingSpringAnimation)