Searched refs:IsListLanesEqual (Results 1 – 4 of 4) sorted by relevance
81 bool IsListLanesEqual(std::optional<int32_t> lanes, in IsListLanesEqual() function
218 if (layoutWrapper->CheckNeedForceMeasureAndLayout() || !IsListLanesEqual(layoutWrapper)) { in CheckNeedMeasure()234 bool ListLayoutAlgorithm::IsListLanesEqual(const RefPtr<LayoutWrapper>& wrapper) const in IsListLanesEqual() function in OHOS::Ace::NG::ListLayoutAlgorithm239 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()
468 bool IsListLanesEqual(const RefPtr<LayoutWrapper>& wrapper) const;
582 bool isDirty = wrapper->CheckNeedForceMeasureAndLayout() || !IsListLanesEqual(wrapper); in CheckACachedItem()