Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/animation/
H A Drs_value_estimator.h326 virtual void UpdateStartValueAndLastValue( in UpdateStartValueAndLastValue() function
419 void UpdateStartValueAndLastValue(const std::shared_ptr<RSRenderPropertyBase>& startValue, in UpdateStartValueAndLastValue() function
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/
H A Drs_render_spring_animation.cpp352 springValueEstimator_->UpdateStartValueAndLastValue(startValue_, lastValue_); in InheritSpringStatus()