Home
last modified time | relevance | path

Searched refs:forwardCachedCount (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_lanes_layout_algorithm.cpp620 …if (res.forwardCachedCount < res.forwardCacheMax && res.forwardCachedCount < cacheCount - cachedCo… in LayoutCachedForward()
623 return res.forwardCachedCount > 0 ? curIndex : curIndex - 1; in LayoutCachedForward()
H A Dlist_layout_algorithm.cpp1963 res.forwardCachedCount, res.forwardCacheMax, res.backwardCachedCount, res.backwardCacheMax); in GetLayoutGroupCachedCount()
2006 …if (res.forwardCachedCount < res.forwardCacheMax && res.forwardCachedCount < cacheCount - cachedCo… in LayoutCachedForward()
2008 return res.forwardCachedCount > 0 ? curIndex : curIndex - 1; in LayoutCachedForward()
2077 if ((res.forwardCachedCount < res.forwardCacheMax && res.forwardCachedCount < cacheCount) || in LayoutCachedItemInEdgeGroup()
2089 … if (res.forwardCachedCount < res.forwardCacheMax && res.forwardCachedCount < cacheCount) { in LayoutCachedItemInEdgeGroup()
H A Dlist_item_group_pattern.cpp575 res.forwardCachedCount = (forwardCachedIndex_ - endIndex + lanes - 1) / lanes; in UpdateCachedIndex()
583 res.forwardCachedCount = (forwardCachedIndex_ - endIndex + lanes - 1) / lanes; in UpdateCachedIndex()
H A Dlist_item_group_layout_algorithm.h56 int32_t forwardCachedCount = 0; member