Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
H A Dscrollable_pattern.h611 void CheckRestartSpring(bool sizeDiminished, bool needNestedScrolling = true);
H A Dscrollable_pattern.cpp3143 void ScrollablePattern::CheckRestartSpring(bool sizeDiminished, bool needNestedScrolling) in CheckRestartSpring() argument
3161 if (needNestedScrolling && !ScrollableIdle()) { in CheckRestartSpring()
3163 } else if (!needNestedScrolling && !IsScrollableAnimationNotRunning()) { in CheckRestartSpring()