Home
last modified time | relevance | path

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 Dlist_item_group_pattern.h306 int32_t backwardCached, ListMainSizeValues listSizeValues);
H A Dlist_item_group_pattern.cpp611 int32_t forwardCached, int32_t backwardCached, ListMainSizeValues listSizeValues) in LayoutCache() argument
620 auto cacheCountBackward = listLayoutProperty->GetCachedCountWithDefault() - backwardCached; in LayoutCache()
H A Dlist_layout_algorithm.h511 … int32_t forwardCached, int32_t backwardCached, const ListMainSizeValues& listMainSizeValues);
H A Dlist_layout_algorithm.cpp2080 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()