Home
last modified time | relevance | path

Searched refs:predictBuildList_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/grid_scroll/
H A Dgrid_scroll_layout_algorithm.cpp105 … AddCacheItemsInFront(gridLayoutInfo_.startIndex_, layoutWrapper, cacheCnt, predictBuildList_); in Measure()
106 if (!predictBuildList_.empty()) { in Measure()
108 std::move(predictBuildList_), in Measure()
114 predictBuildList_.clear(); in Measure()
1836 if (!predictBuildList_.empty()) { in FillCacheLineAtEnd()
1869 predictBuildList_.emplace_back(currentIndex++); in FillNewCacheLineBackward()
1920 predictBuildList_.emplace_back(currentIndex++); in FillNewCacheLineBackward()
2007 if (predictBuildList_.back().idx < currentIndex) { in CompleteItemCrossPosition()
2008 predictBuildList_.emplace_front(currentIndex); in CompleteItemCrossPosition()
2009 } else if (predictBuildList_.front().idx > currentIndex) { in CompleteItemCrossPosition()
[all …]
H A Dgrid_scroll_layout_algorithm.h242 std::list<GridPreloadItem> predictBuildList_; variable