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 D | list_lanes_layout_algorithm.cpp | 619 …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 D | list_layout_algorithm.cpp | 1929 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 D | list_layout_algorithm.h | 463 …CachedIndexInfo GetLayoutGroupCachedCount(LayoutWrapper* layoutWrapper, const RefPtr<LayoutWrapper…
|