Home
last modified time | relevance | path

Searched refs:GetFooterMainSize (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_item_group_pattern.cpp165 footerMainSize_ = layoutAlgorithm->GetFooterMainSize(); in OnDirtyLayoutWrapperSwap()
315 auto startFooterMainSize = GetFooterMainSize(); in GetStartListItemIndex()
342 auto endFooterMainSize = GetFooterMainSize(); in GetEndListItemIndex()
H A Dlist_item_group_pattern.h259 float GetFooterMainSize() const in GetFooterMainSize() function
H A Dlist_item_group_layout_algorithm.h296 float GetFooterMainSize() const in GetFooterMainSize() function
H A Dlist_pattern.cpp1526 itemEndPos += groupPattern->GetFooterMainSize(); in GetListItemGroupAnimatePosWithIndexInGroup()
1754 float footerHeight = groupItemPattern->GetFooterMainSize(); in ProcessAreaVertical()
1786 float footerHeight = groupItemPattern->GetFooterMainSize(); in ProcessAreaHorizontal()
H A Dlist_layout_algorithm.cpp547 footerMainSize = groupPattern->GetFooterMainSize(); in JudgeInOfScreenScrollAutoType()