Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/syntax/
H A Drepeat_virtual_scroll_caches.h142 … void AddKeyToL1WithNodeUpdate(const std::string& key, uint32_t index, bool shouldTriggerRecycle);
144 void RemoveKeyFromL1(const std::string& key, bool shouldTriggerRecycle = true);
H A Drepeat_virtual_scroll_caches.cpp233 bool shouldTriggerRecycle) in AddKeyToL1WithNodeUpdate() argument
236 AddKeyToL1(key, shouldTriggerRecycle); in AddKeyToL1WithNodeUpdate()
239 void RepeatVirtualScrollCaches::RemoveKeyFromL1(const std::string& key, bool shouldTriggerRecycle) in RemoveKeyFromL1() argument
244 if (!shouldTriggerRecycle) { in RemoveKeyFromL1()