Searched refs:RSInterpolatingSpringAnimation (Results 1 – 8 of 8) sorted by relevance
28 RSInterpolatingSpringAnimation::RSInterpolatingSpringAnimation( in RSInterpolatingSpringAnimation() function in OHOS::Rosen::RSInterpolatingSpringAnimation36 RSInterpolatingSpringAnimation::RSInterpolatingSpringAnimation(std::shared_ptr<RSPropertyBase> prop… in RSInterpolatingSpringAnimation() function in OHOS::Rosen::RSInterpolatingSpringAnimation45 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()
29 class RSC_EXPORT RSInterpolatingSpringAnimation : public RSPropertyAnimation {31 RSInterpolatingSpringAnimation(34 RSInterpolatingSpringAnimation(std::shared_ptr<RSPropertyBase> property,37 virtual ~RSInterpolatingSpringAnimation() = default;
90 friend class RSInterpolatingSpringAnimation; variable
268 std::make_shared<RSInterpolatingSpringAnimation>(property, startValue, endValue); in CreateAnimation()
68 friend class RSInterpolatingSpringAnimation; variable
318 …auto springAnimation = std::make_shared<RSInterpolatingSpringAnimation>(property, startProperty, e…
627 friend class RSInterpolatingSpringAnimation; variable
227 friend class RSInterpolatingSpringAnimation;