Home
last modified time | relevance | path

Searched refs:GetMaxListItemIndex (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_lanes_layout_algorithm.cpp135 for (int32_t i = 0; i < lanes && currentIndex + 1 <= GetMaxListItemIndex() && !isGroup; i++) { in LayoutALineForward()
186 if (currentIndex > GetMaxListItemIndex() + 1) { in LayoutALineBackward()
462 for (int32_t i = 0; i < lanes && index + i <= GetMaxListItemIndex(); i++) { in LayoutCachedALineForward()
558 for (int32_t i = 0; i < cacheCount && curIndex <= GetMaxListItemIndex(); i++) { in LayoutCachedItem()
599 while (cachedCount < cacheCount && curIndex <= GetMaxListItemIndex()) { in LayoutCachedForward()
604 for (int32_t i = 0; i < lanes_ && curIndex + i <= GetMaxListItemIndex() && !isGroup; i++) { in LayoutCachedForward()
H A Dlist_accessibility_property.cpp56 return listPattern->GetMaxListItemIndex() + 1; in GetCollectionItemCounts()
H A Dlist_pattern.h102 int32_t GetMaxListItemIndex() const in GetMaxListItemIndex() function
H A Dlist_layout_algorithm.h228 int32_t GetMaxListItemIndex() const in GetMaxListItemIndex() function
H A Dlist_layout_algorithm.cpp1285 for (index = 0; index <= GetMaxListItemIndex(); index++) { in FixPredictSnapOffsetAlignStart()
1322 for (index = 0; index <= GetMaxListItemIndex(); index++) { in FixPredictSnapOffsetAlignCenter()
1365 for (index = 0; index <= GetMaxListItemIndex(); index++) { in FixPredictSnapOffsetAlignEnd()
H A Dlist_pattern.cpp136 maxListItemIndex_ = listLayoutAlgorithm->GetMaxListItemIndex(); in OnDirtyLayoutWrapperSwap()