Home
last modified time | relevance | path

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 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 …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()
622predictList.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()
675predictList.emplace_back(PredictLayoutItem { posMap.begin()->first, -1, cachedCount }); in LayoutCachedBackward()
H A Dlist_layout_algorithm.h504 … 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 Dlist_layout_algorithm.cpp1976 …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
2081predictList.emplace_back(PredictLayoutItem { startIndex, forwardCached, backwardCached }); in LayoutCachedItemInEdgeGroup()
2090 predictList.emplace_back(PredictLayoutItem { endIndex, cachedForward, -1 }); in LayoutCachedItemInEdgeGroup()
[all …]