Home
last modified time | relevance | path

Searched refs:GetTotalItemCount (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.cpp143 itemTotalCount_ = layoutAlgorithm->GetTotalItemCount(); in OnDirtyLayoutWrapperSwap()
177 accessibilityProperty->SetCollectionItemCounts(layoutAlgorithm->GetTotalItemCount()); in OnDirtyLayoutWrapperSwap()
331 if (startHeaderMainSize == 0 && startFooterMainSize == 0 && GetTotalItemCount() == 0) { in GetStartListItemIndex()
354 if (endHeaderMainSize == 0 && endFooterMainSize == 0 && GetTotalItemCount() == 0) { in GetEndListItemIndex()
H A Dlist_item_group_pattern.h224 int32_t GetTotalItemCount() const in GetTotalItemCount() function
H A Dlist_item_group_layout_algorithm.h267 int32_t GetTotalItemCount() const in GetTotalItemCount() function
H A Dlist_pattern.cpp1740 if (groupItemPattern->GetTotalItemCount() > 0) { // has item in ProcessAreaVertical()
1773 if (groupItemPattern->GetTotalItemCount() > 0) { // has item in ProcessAreaHorizontal()
H A Dlist_layout_algorithm.cpp1955 if (group->GetTotalItemCount() == 0 && outOfView) { in GetLayoutGroupCachedCount()