Home
last modified time | relevance | path

Searched refs:footerMainSize (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.cpp174 auto footerMainSize = wrapper->GetGeometryNode()->GetFrameSize(); in LayoutFooter() local
175 auto footerHeight = footerMainSize.Height(); in LayoutFooter()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_item_group_layout_algorithm.cpp1120 float footerMainSize = 0.0f; in LayoutHeaderFooterRTL() local
1128 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() local
1192 float stickyPos = listMainSize - contentEndOffset_ - mainPos - footerMainSize; in LayoutHeaderFooterLTR()
H A Dlist_layout_algorithm.cpp542 float footerMainSize = 0.0f; in JudgeInOfScreenScrollAutoType() local
547 footerMainSize = groupPattern->GetFooterMainSize(); in JudgeInOfScreenScrollAutoType()
551 LessOrEqual(bottomPos, endMainPos_ - footerMainSize)) { in JudgeInOfScreenScrollAutoType()
555 NearEqual(bottomPos, endMainPos_ - footerMainSize)) { in JudgeInOfScreenScrollAutoType()