Home
last modified time | relevance | path

Searched refs:sizeDiminished (Results 1 – 3 of 3) 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
3152 if (IsScrollableSpringMotionRunning() && sizeDiminished) { in CheckRestartSpring()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_pattern.cpp239 bool sizeDiminished = in OnDirtyLayoutWrapperSwap() local
241 CheckRestartSpring(sizeDiminished); in OnDirtyLayoutWrapperSwap()