Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_layout_algorithm.cpp2448 int32_t ListLayoutAlgorithm::UpdateDefaultCachedCount(const int32_t oldCacheCount, const int32_t it… in UpdateDefaultCachedCount() argument
2451 return oldCacheCount; in UpdateDefaultCachedCount()
2455 return oldCacheCount; in UpdateDefaultCachedCount()
2463 return std::max(newCachedCount, oldCacheCount); in UpdateDefaultCachedCount()