Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
H A Dscrollable.cpp547 frictionVelocity_ = initVelocity_; in StartScrollAnimation()
1020 currentVelocity_ = frictionVelocity_; in ProcessScrollMotion()
1157 … scroll->frictionVelocity_ = (position - scroll->lastPosition_) / diff * MILLOS_PER_NANO_SECONDS; in GetFrictionProperty()
1158 if (NearZero(scroll->frictionVelocity_, FRICTION_VELOCITY_THRESHOLD)) { in GetFrictionProperty()
H A Dscrollable.h581 float frictionVelocity_ = 0.0f; variable