Searched refs:footerMainSize (Results 1 – 3 of 3) sorted by relevance
174 auto footerMainSize = wrapper->GetGeometryNode()->GetFrameSize(); in LayoutFooter() local175 auto footerHeight = footerMainSize.Height(); in LayoutFooter()
1120 float footerMainSize = 0.0f; in LayoutHeaderFooterRTL() local1128 footerMainSize = footerWrapper->GetGeometryNode()->GetFrameSize().MainSize(axis_); in LayoutHeaderFooterRTL()1148 if (stickyPos < footerMainSize) { in LayoutHeaderFooterRTL()1149 stickyPos = footerMainSize; in LayoutHeaderFooterRTL()1191 auto footerMainSize = footerWrapper->GetGeometryNode()->GetFrameSize().MainSize(axis_); in LayoutHeaderFooterLTR() local1192 float stickyPos = listMainSize - contentEndOffset_ - mainPos - footerMainSize; in LayoutHeaderFooterLTR()
542 float footerMainSize = 0.0f; in JudgeInOfScreenScrollAutoType() local547 footerMainSize = groupPattern->GetFooterMainSize(); in JudgeInOfScreenScrollAutoType()551 LessOrEqual(bottomPos, endMainPos_ - footerMainSize)) { in JudgeInOfScreenScrollAutoType()555 NearEqual(bottomPos, endMainPos_ - footerMainSize)) { in JudgeInOfScreenScrollAutoType()