Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
H A Dscrollable.h463 void SetNestedScrolling(bool nestedScrolling) in SetNestedScrolling() function
H A Dscrollable_pattern.cpp2248 SetNestedScrolling(false); in HandleScrollVelocity()
2370 SetNestedScrolling(true); in OnScrollStartRecursive()
2389 SetNestedScrolling(false); in OnScrollEndRecursive()
2393 void ScrollablePattern::SetNestedScrolling(bool nestedScrolling) in SetNestedScrolling() function in OHOS::Ace::NG::ScrollablePattern
2398 scrollable->SetNestedScrolling(nestedScrolling); in SetNestedScrolling()
H A Dscrollable_pattern.h916 void SetNestedScrolling(bool nestedScrolling);