Home
last modified time | relevance | path

Searched refs:headerMainSize (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_item_group_layout_algorithm.cpp1146 auto headerMainSize = headerWrapper->GetGeometryNode()->GetFrameSize().MainSize(axis_); in LayoutHeaderFooterRTL() local
1147 float stickyPos = listMainSize - contentEndOffset_ - mainPos - headerMainSize; in LayoutHeaderFooterRTL()
1166 float headerMainSize = 0.0f; in LayoutHeaderFooterLTR() local
1174 headerMainSize = headerWrapper->GetGeometryNode()->GetFrameSize().MainSize(axis_); in LayoutHeaderFooterLTR()
1193 if (stickyPos < headerMainSize) { in LayoutHeaderFooterLTR()
1194 stickyPos = headerMainSize; in LayoutHeaderFooterLTR()
H A Dlist_layout_algorithm.cpp541 float headerMainSize = 0.0f; in JudgeInOfScreenScrollAutoType() local
544 headerMainSize = groupPattern->GetHeaderMainSize(); in JudgeInOfScreenScrollAutoType()
550 if (GreatOrEqual(topPos, startMainPos_ + headerMainSize) && in JudgeInOfScreenScrollAutoType()
554 } else if (NearEqual(topPos, startMainPos_ + headerMainSize) || in JudgeInOfScreenScrollAutoType()