Home
last modified time | relevance | path

Searched refs:PredictLayoutItem (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_layout_algorithm.h55 struct PredictLayoutItem { struct
62 std::list<PredictLayoutItem> items; argument
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);
507 …std::list<PredictLayoutItem> LayoutCachedItemV2(LayoutWrapper* layoutWrapper, int32_t cacheCount, …
509 int32_t cacheCount, std::list<PredictLayoutItem>& predictList);
H A Dlist_lanes_layout_algorithm.h81 …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 Dlist_lanes_layout_algorithm.cpp593 …int32_t cacheCount, int32_t& cachedCount, int32_t curIndex, std::list<PredictLayoutItem>& predictL… in LayoutCachedForward()
608 predictList.emplace_back(PredictLayoutItem { curIndex + i, cachedCount, -1 }); in LayoutCachedForward()
622 … predictList.emplace_back(PredictLayoutItem { posMap.begin()->first, cachedCount, -1 }); in LayoutCachedForward()
642 …int32_t cacheCount, int32_t& cachedCount, int32_t curIndex, std::list<PredictLayoutItem>& predictL… in LayoutCachedBackward()
658 predictList.emplace_back(PredictLayoutItem { idx, -1, cachedCount }); in LayoutCachedBackward()
675 … predictList.emplace_back(PredictLayoutItem { posMap.begin()->first, -1, cachedCount }); in LayoutCachedBackward()
H A Dlist_layout_algorithm.cpp1984 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()
2081 … predictList.emplace_back(PredictLayoutItem { startIndex, forwardCached, backwardCached }); in LayoutCachedItemInEdgeGroup()
2090 predictList.emplace_back(PredictLayoutItem { endIndex, cachedForward, -1 }); in LayoutCachedItemInEdgeGroup()
2098 predictList.emplace_back(PredictLayoutItem { startIndex, -1, cachedBackward }); in LayoutCachedItemInEdgeGroup()
[all …]