Searched refs:predictBuildList (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/ |
H A D | list_lanes_layout_algorithm.cpp | 456 std::list<int32_t> predictBuildList; in LayoutCachedALineForward() local 465 predictBuildList.emplace_back(index + i); in LayoutCachedALineForward() 498 return predictBuildList; in LayoutCachedALineForward() 504 std::list<int32_t> predictBuildList; in LayoutCachedALineBackward() local 514 predictBuildList.emplace_back(idx); in LayoutCachedALineBackward() 524 predictBuildList.emplace_back(idx); in LayoutCachedALineBackward() 547 return predictBuildList; in LayoutCachedALineBackward() 552 std::list<int32_t> predictBuildList; in LayoutCachedItem() local 560 predictBuildList.merge(tmpList); in LayoutCachedItem() 566 predictBuildList.merge(tmpList); in LayoutCachedItem() [all …]
|
H A D | list_layout_algorithm.cpp | 1844 std::list<int32_t> predictBuildList; in LayoutCachedItem() local 1853 predictBuildList.emplace_back(index); in LayoutCachedItem() 1862 predictBuildList.emplace_back(index); in LayoutCachedItem() 1865 return predictBuildList; in LayoutCachedItem() 2110 std::list<PredictLayoutItem> predictBuildList; in LayoutCachedItemV2() local 2112 LayoutCachedItemInEdgeGroup(layoutWrapper, cacheCount, predictBuildList); in LayoutCachedItemV2() 2114 … = LayoutCachedForward(layoutWrapper, cacheCount, cachedForward, endIndex, predictBuildList, show); in LayoutCachedItemV2() 2118 …ayoutCachedBackward(layoutWrapper, cacheCount, cachedBackward, startIndex, predictBuildList, show); in LayoutCachedItemV2() 2124 return predictBuildList; in LayoutCachedItemV2()
|