Searched refs:predictList (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/ |
H A D | list_lanes_layout_algorithm.h | 81 …int32_t& cachedCount, int32_t curIndex, std::list<PredictLayoutItem>& predictList, bool show) over… 83 …int32_t& cachedCount, int32_t curIndex, std::list<PredictLayoutItem>& predictList, bool show) over…
|
H A D | list_lanes_layout_algorithm.cpp | 593 …ount, int32_t& cachedCount, int32_t curIndex, std::list<PredictLayoutItem>& predictList, bool show) in LayoutCachedForward() argument 608 predictList.emplace_back(PredictLayoutItem { curIndex + i, cachedCount, -1 }); in LayoutCachedForward() 622 … predictList.emplace_back(PredictLayoutItem { posMap.begin()->first, cachedCount, -1 }); in LayoutCachedForward() 642 …ount, int32_t& cachedCount, int32_t curIndex, std::list<PredictLayoutItem>& predictList, bool show) in LayoutCachedBackward() argument 658 predictList.emplace_back(PredictLayoutItem { idx, -1, cachedCount }); in LayoutCachedBackward() 675 … predictList.emplace_back(PredictLayoutItem { posMap.begin()->first, -1, cachedCount }); in LayoutCachedBackward()
|
H A D | list_layout_algorithm.h | 504 … int32_t& cachedCount, int32_t curIndex, std::list<PredictLayoutItem>& predictList, bool show); 506 … int32_t& cachedCount, int32_t curIndex, std::list<PredictLayoutItem>& predictList, bool show); 509 int32_t cacheCount, std::list<PredictLayoutItem>& predictList);
|
H A D | list_layout_algorithm.cpp | 1976 …ount, int32_t& cachedCount, int32_t curIndex, std::list<PredictLayoutItem>& predictList, bool show) in LayoutCachedForward() argument 1984 predictList.emplace_back(PredictLayoutItem { curIndex, cachedCount, -1 }); in LayoutCachedForward() 1990 predictList.emplace_back(PredictLayoutItem { curIndex, cachedCount, -1 }); in LayoutCachedForward() 2007 predictList.emplace_back(PredictLayoutItem { curIndex, cachedCount, -1 }); in LayoutCachedForward() 2030 predictList.emplace_back(PredictLayoutItem { curIndex, -1, cachedCount }); in LayoutCachedBackward() 2036 predictList.emplace_back(PredictLayoutItem { curIndex, -1, cachedCount }); in LayoutCachedBackward() 2053 predictList.emplace_back(PredictLayoutItem { curIndex, -1, cachedCount }); in LayoutCachedBackward() 2068 LayoutWrapper* layoutWrapper, int32_t cacheCount, std::list<PredictLayoutItem>& predictList) in LayoutCachedItemInEdgeGroup() argument 2081 … predictList.emplace_back(PredictLayoutItem { startIndex, forwardCached, backwardCached }); in LayoutCachedItemInEdgeGroup() 2090 predictList.emplace_back(PredictLayoutItem { endIndex, cachedForward, -1 }); in LayoutCachedItemInEdgeGroup() [all …]
|