Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_item_group_layout_property.h81 bool IsListLanesEqual(std::optional<int32_t> lanes, in IsListLanesEqual() function
H A Dlist_layout_algorithm.cpp218 if (layoutWrapper->CheckNeedForceMeasureAndLayout() || !IsListLanesEqual(layoutWrapper)) { in CheckNeedMeasure()
234 bool ListLayoutAlgorithm::IsListLanesEqual(const RefPtr<LayoutWrapper>& wrapper) const in IsListLanesEqual() function in OHOS::Ace::NG::ListLayoutAlgorithm
239 return groupProps->IsListLanesEqual(listLayoutProperty_->GetLanes(), in IsListLanesEqual()
1988 bool isDirty = wrapper->CheckNeedForceMeasureAndLayout() || !IsListLanesEqual(wrapper); in LayoutCachedForward()
2034 bool isDirty = wrapper->CheckNeedForceMeasureAndLayout() || !IsListLanesEqual(wrapper); in LayoutCachedBackward()
H A Dlist_layout_algorithm.h468 bool IsListLanesEqual(const RefPtr<LayoutWrapper>& wrapper) const;
H A Dlist_lanes_layout_algorithm.cpp582 bool isDirty = wrapper->CheckNeedForceMeasureAndLayout() || !IsListLanesEqual(wrapper); in CheckACachedItem()