Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_item_group_pattern.h294 …CachedIndexInfo UpdateCachedIndex(bool outOfView, bool reCache, int32_t forwardCache, int32_t back…
H A Dlist_item_group_pattern.cpp544 bool outOfView, bool reCache, int32_t forwardCache, int32_t backwardCache) in UpdateCachedIndex() argument
563 if (reCache || reCache_) { in UpdateCachedIndex()
H A Dlist_layout_algorithm.cpp1938 bool reCache = false; in GetLayoutGroupCachedCount() local
1940 reCache = CheckNeedMeasure(wrapper); in GetLayoutGroupCachedCount()
1954 res = group->UpdateCachedIndex(outOfView, reCache, forwardCache, backwardCache); in GetLayoutGroupCachedCount()