Home
last modified time | relevance | path

Searched refs:GetLayoutGroupCachedCount (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_lanes_layout_algorithm.cpp619 …auto res = GetLayoutGroupCachedCount(layoutWrapper, wrapper, cacheCount - cachedCount, -1, curInde… in LayoutCachedForward()
672 …auto res = GetLayoutGroupCachedCount(layoutWrapper, wrapper, -1, cacheCount - cachedCount, curInde… in LayoutCachedBackward()
H A Dlist_layout_algorithm.cpp1929 CachedIndexInfo ListLayoutAlgorithm::GetLayoutGroupCachedCount(LayoutWrapper* layoutWrapper, in GetLayoutGroupCachedCount() function in OHOS::Ace::NG::ListLayoutAlgorithm
2004 auto res = GetLayoutGroupCachedCount( in LayoutCachedForward()
2050 auto res = GetLayoutGroupCachedCount( in LayoutCachedBackward()
2076 …auto res = GetLayoutGroupCachedCount(layoutWrapper, wrapper, cacheCount, cacheCount, startIndex, f… in LayoutCachedItemInEdgeGroup()
2088 … auto res = GetLayoutGroupCachedCount(layoutWrapper, wrapper, cacheCount, -1, endIndex, false); in LayoutCachedItemInEdgeGroup()
2096 … auto res = GetLayoutGroupCachedCount(layoutWrapper, wrapper, -1, cacheCount, startIndex, false); in LayoutCachedItemInEdgeGroup()
H A Dlist_layout_algorithm.h463 …CachedIndexInfo GetLayoutGroupCachedCount(LayoutWrapper* layoutWrapper, const RefPtr<LayoutWrapper…