Searched refs:backwardCached (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/ |
H A D | list_item_group_pattern.h | 306 int32_t backwardCached, ListMainSizeValues listSizeValues);
|
H A D | list_item_group_pattern.cpp | 611 int32_t forwardCached, int32_t backwardCached, ListMainSizeValues listSizeValues) in LayoutCache() argument 620 auto cacheCountBackward = listLayoutProperty->GetCachedCountWithDefault() - backwardCached; in LayoutCache()
|
H A D | list_layout_algorithm.h | 511 … int32_t forwardCached, int32_t backwardCached, const ListMainSizeValues& listMainSizeValues);
|
H A D | list_layout_algorithm.cpp | 2080 int32_t backwardCached = res.backwardCacheMax > 0 ? cachedBackward : -1; in LayoutCachedItemInEdgeGroup() local 2081 … predictList.emplace_back(PredictLayoutItem { startIndex, forwardCached, backwardCached }); in LayoutCachedItemInEdgeGroup() 2128 …int64_t deadline, int32_t forwardCached, int32_t backwardCached, const ListMainSizeValues& listMai… in PredictBuildGroup() argument 2155 groupPattern->LayoutCache(constraint, deadline, forwardCached, backwardCached, values); in PredictBuildGroup()
|