Home
last modified time | relevance | path

Searched refs:GetIsNestedInterrupt (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
H A Dnestable_scroll_container.h150 bool GetIsNestedInterrupt() const in GetIsNestedInterrupt() function
H A Dscrollable_pattern.cpp2414 if (parent && (nestedScroll.NeedParent() || GetIsNestedInterrupt())) { in OnScrollEndRecursiveInner()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/refresh/
H A Drefresh_pattern.cpp1236 if (parent && (nestedScroll.NeedParent() || GetIsNestedInterrupt())) { in OnScrollEndRecursive()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_pattern.cpp4964 if (parent && (nestedScroll.NeedParent() || GetIsNestedInterrupt())) { in NotifyParentScrollEnd()