Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
H A Dscrollable.cpp64 constexpr float FRICTION_VELOCITY_THRESHOLD = 120.0f; variable
531 if (NearZero(correctVelocity, FRICTION_VELOCITY_THRESHOLD)) { in StartScrollAnimation()
1158 if (NearZero(scroll->frictionVelocity_, FRICTION_VELOCITY_THRESHOLD)) { in GetFrictionProperty()