Home
last modified time | relevance | path

Searched refs:footerHeight (Results 1 – 2 of 2) 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.cpp113 auto footerHeight = footerWrapper->GetGeometryNode()->GetMarginFrameSize().Height(); in Measure() local
114 totalHeight += (minItemHeight > footerHeight) ? minItemHeight : footerHeight; in Measure()
175 auto footerHeight = footerMainSize.Height(); in LayoutFooter() local
187 … (footerHeight < minItemHeight ? (minItemHeight - footerHeight) / 2 : 0.0f); in LayoutFooter()
188 LayoutIndex(wrapper, OffsetF(0.0f, (groupHeight - footerHeight - footerPadding))); in LayoutFooter()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_pattern.cpp1754 float footerHeight = groupItemPattern->GetFooterMainSize(); in ProcessAreaVertical() local
1759 } else if (GreatOrEqual(y, groupRect.Bottom() - footerHeight - bottomPaddng) && in ProcessAreaVertical()
1786 float footerHeight = groupItemPattern->GetFooterMainSize(); in ProcessAreaHorizontal() local
1791 } else if (GreatOrEqual(x, groupRect.Right() - footerHeight - rightPaddng) && in ProcessAreaHorizontal()