Home
last modified time | relevance | path

Searched refs:animatableInitialVelocity (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.h394 …auto animatableInitialVelocity = std::static_pointer_cast<RSRenderAnimatableProperty<T>>(initialVe… in SetInitialVelocity() local
395 if (animatableInitialVelocity != nullptr && springModel_ != nullptr) { in SetInitialVelocity()
396 springModel_->initialVelocity_ = animatableInitialVelocity->Get(); in SetInitialVelocity()