Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/animation/
H A Drs_value_estimator.h95 … auto animatableLastValue = std::static_pointer_cast<RSRenderAnimatableProperty<T>>(lastValue); in InitCurveAnimationValue() local
96 … if (animatableProperty && animatableStartValue && animatableEndValue && animatableLastValue) { in InitCurveAnimationValue()
100 lastValue_ = animatableLastValue->Get(); in InitCurveAnimationValue()
175 … auto animatableLastValue = std::static_pointer_cast<RSRenderAnimatableProperty<T>>(lastValue); in InitKeyframeAnimationValue() local
176 if (animatableProperty && animatableLastValue) { in InitKeyframeAnimationValue()
178 lastValue_ = animatableLastValue->Get(); in InitKeyframeAnimationValue()
195 if (animatableProperty && animatableLastValue) { in InitDurationKeyframeAnimationValue()
197 lastValue_ = animatableLastValue->Get(); in InitDurationKeyframeAnimationValue()
412 lastValue_ = animatableLastValue->Get(); in InitRSSpringValueEstimator()
424 if (animatableStartValue && animatableLastValue) { in UpdateStartValueAndLastValue()
[all …]