Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_layout_algorithm.h461 bool CheckLayoutConstraintChanged(const RefPtr<LayoutWrapper>& layoutWrapper) const;
H A Dlist_layout_algorithm.cpp221 return CheckLayoutConstraintChanged(layoutWrapper); in CheckNeedMeasure()
224 bool ListLayoutAlgorithm::CheckLayoutConstraintChanged(const RefPtr<LayoutWrapper>& layoutWrapper) … in CheckLayoutConstraintChanged() function in OHOS::Ace::NG::ListLayoutAlgorithm
1989 if (!isGroup && (isDirty || CheckLayoutConstraintChanged(wrapper))) { in LayoutCachedForward()
2035 if (!isGroup && (isDirty || CheckLayoutConstraintChanged(wrapper))) { in LayoutCachedBackward()
H A Dlist_lanes_layout_algorithm.cpp583 if (!isGroup && (isDirty || CheckLayoutConstraintChanged(wrapper))) { in CheckACachedItem()