Searched refs:GetAnimationValue (Results 1 – 4 of 4) sorted by relevance
106 auto animationValue = GetAnimationValue(fraction, isAdditive); in UpdateAnimationValue()112 T GetAnimationValue(const float fraction, const bool isAdditive) in GetAnimationValue() function210 auto animationValue = GetAnimationValue(fraction, isAdditive); in UpdateAnimationValue()216 T GetAnimationValue(const float fraction, const bool isAdditive) in GetAnimationValue() function435 auto animationValue = GetAnimationValue(time, isAdditive); in UpdateAnimationValue()441 T GetAnimationValue(const float time, const bool isAdditive) in GetAnimationValue() function
61 …const std::shared_ptr<RSRenderPropertyBase> GetAnimationValue(const std::shared_ptr<RSRenderProper…
153 const std::shared_ptr<RSRenderPropertyBase> RSRenderPropertyAnimation::GetAnimationValue( in GetAnimationValue() function in OHOS::Rosen::RSRenderPropertyAnimation
217 … vector4fValueEstimator->GetAnimationValue(interpolator_->Interpolate(fraction), GetAdditive()); in OnAnimate()