Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_item_group_layout_algorithm.cpp235 auto headerFooterLayoutConstraint = layoutProperty->CreateChildConstraint(); in MeasureHeaderFooter() local
236 headerFooterLayoutConstraint.maxSize.SetMainSize(Infinity<float>(), axis_); in MeasureHeaderFooter()
242 headerWrapper->Measure(headerFooterLayoutConstraint); in MeasureHeaderFooter()
246 footerWrapper->Measure(headerFooterLayoutConstraint); in MeasureHeaderFooter()