Searched refs:RecycleItems (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/syntax/ |
H A D | for_each_base_node.h | 29 virtual void RecycleItems(int32_t from, int32_t to) {} in RecycleItems() function
|
H A D | repeat_virtual_scroll_node.h | 108 void RecycleItems(int32_t from, int32_t to) override;
|
H A D | lazy_for_each_node.h | 147 void RecycleItems(int32_t from, int32_t to) override;
|
H A D | repeat_virtual_scroll_node.cpp | 450 void RepeatVirtualScrollNode::RecycleItems(int32_t from, int32_t to) in RecycleItems() function in OHOS::Ace::NG::RepeatVirtualScrollNode
|
H A D | lazy_for_each_node.cpp | 377 void LazyForEachNode::RecycleItems(int32_t from, int32_t to) in RecycleItems() function in OHOS::Ace::NG::LazyForEachNode
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/ |
H A D | scrollable_utils.cpp | 104 node->RecycleItems(start, end); in RecycleItemsByIndex()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/syntax/ |
H A D | lazy_for_each_syntax_test_ng.cpp | 1464 lazyForEachNode->RecycleItems(0, 6); 1473 lazyForEachNode->RecycleItems(0, 6); 1481 lazyForEachNode->RecycleItems(0, 6);
|
H A D | repeat_node_cache_syntax_test.cpp | 409 repeatNode->RecycleItems(0, 100);
|