Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/
H A Drs_render_property_animation.cpp184 animateVelocity_.reset(); in RecordLastAnimateValue()
205 animateVelocity_ = (currAnimateValue - lastAnimateValue_) * (1 / frameInterval); in UpdateAnimateVelocity()
208 lastAnimateValue_->ToFloat(), animateVelocity_->ToFloat()); in UpdateAnimateVelocity()
235 animateVelocity_ = diffValue * (1 / frameInterval); in ProcessAnimateVelocityUnderAngleRotation()
239 factor, animateVelocity_->ToFloat()); in ProcessAnimateVelocityUnderAngleRotation()
H A Drs_render_animation.cpp377 return animateVelocity_; in GetAnimateVelocity()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/animation/
H A Drs_render_animation.h223 std::shared_ptr<RSRenderPropertyBase> animateVelocity_; variable