Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/menu_item_group/
H A Dmenu_item_group_layout_algorithm.cpp112 auto footerWrapper = layoutWrapper->GetOrCreateChildByIndex(footerIndex_); in Measure() local
113 auto footerHeight = footerWrapper->GetGeometryNode()->GetMarginFrameSize().Height(); in Measure()
306 auto footerWrapper = layoutWrapper->GetOrCreateChildByIndex(footerIndex_); in UpdateHeaderAndFooterMargin() local
307 auto footerLayoutProps = footerWrapper->GetLayoutProperty(); in UpdateHeaderAndFooterMargin()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_item_group_layout_algorithm.cpp239 RefPtr<LayoutWrapper> footerWrapper = footerIndex_ >= 0 ? in MeasureHeaderFooter() local
245 if (footerWrapper) { in MeasureHeaderFooter()
246 footerWrapper->Measure(headerFooterLayoutConstraint); in MeasureHeaderFooter()
1124 RefPtr<LayoutWrapper> footerWrapper = footerIndex_ >= 0 ? in LayoutHeaderFooterRTL() local
1126 if (footerWrapper) { in LayoutHeaderFooterRTL()
1127 UpdateZIndex(footerWrapper); in LayoutHeaderFooterRTL()
1137 LayoutIndex(footerWrapper, paddingOffset, crossSize, footerPos); in LayoutHeaderFooterRTL()
1170 RefPtr<LayoutWrapper> footerWrapper = footerIndex_ >= 0 ? in LayoutHeaderFooterLTR() local
1186 if (footerWrapper) { in LayoutHeaderFooterLTR()
1188 UpdateZIndex(footerWrapper); in LayoutHeaderFooterLTR()
[all …]
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/menu/
H A Dmenuitemgroup_test_ng.cpp464 auto footerWrapper = layoutWrapper->GetOrCreateChildByIndex(0); variable
465 ASSERT_NE(footerWrapper, nullptr);
466 auto footerLayoutProps = footerWrapper->GetLayoutProperty();