Searched refs:activeItems (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/syntax/ |
H A D | repeat_virtual_scroll_node.cpp | 213 const std::set<int32_t>& activeItems, const std::set<int32_t>& cachedItems, int32_t baseIndex) in DoSetActiveChildRange() argument 219 …caches_.RebuildL1([&activeItems, &cachedItems, baseIndex, this](int32_t index, RefPtr<UINode> node… in DoSetActiveChildRange() 227 if (activeItems.find(index + baseIndex) != activeItems.end()) { in DoSetActiveChildRange()
|
H A D | repeat_virtual_scroll_node.h | 104 …const std::set<int32_t>& activeItems, const std::set<int32_t>& cachedItems, int32_t baseIndex) ove…
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/syntax/ |
H A D | repeat_node_cache_syntax_test.cpp | 1118 std::set<int32_t> activeItems; variable 1121 activeItems.insert(i); 1131 repeatNode->DoSetActiveChildRange(activeItems, cachedItems, 1); 1132 repeatNode->DoSetActiveChildRange(activeItems, cachedItems, largeValue+1);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/layout/ |
H A D | layout_wrapper.h | 125 std::set<int32_t> activeItems; member
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/ |
H A D | ui_node.h | 550 … const std::set<int32_t>& activeItems, const std::set<int32_t>& cachedItems, int32_t baseIndex) in DoSetActiveChildRange() argument
|
H A D | frame_node.cpp | 360 if (activeChildSets->activeItems.find(index) != activeChildSets->activeItems.end()) { in SetActiveChildRange() 371 activeChildSets->activeItems, activeChildSets->cachedItems, child.startIndex); in SetActiveChildRange()
|