Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
H A Dscrollable_pattern.h697 bool GetNestedScrolling() const in GetNestedScrolling() function
702 return scrollable->GetNestedScrolling(); in GetNestedScrolling()
H A Dscrollable.h468 bool GetNestedScrolling() const in GetNestedScrolling() function
H A Dscrollable_pattern.cpp670 if (GetNestedScrolling() && !NearZero(GetNestedScrollVelocity())) { in OnTouchDown()
2408 if (!IsScrollableStopped() && !GetNestedScrolling()) { in OnScrollEndRecursiveInner()