Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/syntax/
H A Drepeat_virtual_scroll_caches.cpp530 std::pair<bool, uint32_t>& optCacheCount = iter->second; in SetLastActiveRange() local
531 if (optCacheCount.first == false) { in SetLastActiveRange()
533 if (optCacheCount.second < updatedPermissableCacheCount) { in SetLastActiveRange()
537 optCacheCount.second = updatedPermissableCacheCount; in SetLastActiveRange()