Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
H A Dscrollable_pattern.h867 float GetNestedScrollVelocity();
H A Dscrollable_pattern.cpp649 float nestedVelocity = pattern->GetNestedScrollVelocity(); in AddScrollEvent()
670 if (GetNestedScrolling() && !NearZero(GetNestedScrollVelocity())) { in OnTouchDown()
3512 float ScrollablePattern::GetNestedScrollVelocity() in GetNestedScrollVelocity() function in OHOS::Ace::NG::ScrollablePattern