Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
H A Dscrollable.h83 static double GetVelocityScale();
H A Dscrollable.cpp84 double Scrollable::GetVelocityScale() in GetVelocityScale() function in OHOS::Ace::NG::Scrollable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_layout_algorithm.cpp2318 if (scrollSnapVelocity_ < -SCROLL_SNAP_VELOCITY_TH * Scrollable::GetVelocityScale()) { in FindPredictSnapEndIndexInItemPositions()
2320 } else if (scrollSnapVelocity_ > SCROLL_SNAP_VELOCITY_TH * Scrollable::GetVelocityScale()) { in FindPredictSnapEndIndexInItemPositions()