Searched refs:footerHeight (Results 1 – 2 of 2) sorted by relevance
113 auto footerHeight = footerWrapper->GetGeometryNode()->GetMarginFrameSize().Height(); in Measure() local114 totalHeight += (minItemHeight > footerHeight) ? minItemHeight : footerHeight; in Measure()175 auto footerHeight = footerMainSize.Height(); in LayoutFooter() local187 … (footerHeight < minItemHeight ? (minItemHeight - footerHeight) / 2 : 0.0f); in LayoutFooter()188 LayoutIndex(wrapper, OffsetF(0.0f, (groupHeight - footerHeight - footerPadding))); in LayoutFooter()
1754 float footerHeight = groupItemPattern->GetFooterMainSize(); in ProcessAreaVertical() local1759 } else if (GreatOrEqual(y, groupRect.Bottom() - footerHeight - bottomPaddng) && in ProcessAreaVertical()1786 float footerHeight = groupItemPattern->GetFooterMainSize(); in ProcessAreaHorizontal() local1791 } else if (GreatOrEqual(x, groupRect.Right() - footerHeight - rightPaddng) && in ProcessAreaHorizontal()