Home
last modified time | relevance | path

Searched refs:nestedScrolling (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() argument
465 nestedScrolling_ = nestedScrolling; in SetNestedScrolling()
H A Dscrollable_pattern.h916 void SetNestedScrolling(bool nestedScrolling);
H A Dscrollable_pattern.cpp2393 void ScrollablePattern::SetNestedScrolling(bool nestedScrolling) in SetNestedScrolling() argument
2398 scrollable->SetNestedScrolling(nestedScrolling); in SetNestedScrolling()
2401 if (nestedScrolling) { in SetNestedScrolling()