Searched refs:animateVelocity_ (Results 1 – 3 of 3) sorted by relevance
184 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()
377 return animateVelocity_; in GetAnimateVelocity()
223 std::shared_ptr<RSRenderPropertyBase> animateVelocity_; variable