Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_layout_algorithm.cpp52 constexpr float SCROLL_SNAP_VELOCITY_TH = 780; variable
2318 if (scrollSnapVelocity_ < -SCROLL_SNAP_VELOCITY_TH * Scrollable::GetVelocityScale()) { in FindPredictSnapEndIndexInItemPositions()
2320 } else if (scrollSnapVelocity_ > SCROLL_SNAP_VELOCITY_TH * Scrollable::GetVelocityScale()) { in FindPredictSnapEndIndexInItemPositions()