Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/syntax/
H A Drepeat_virtual_scroll_node.cpp213 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 Drepeat_virtual_scroll_node.h104 …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 Drepeat_node_cache_syntax_test.cpp1118 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 Dlayout_wrapper.h125 std::set<int32_t> activeItems; member
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dui_node.h550 … const std::set<int32_t>& activeItems, const std::set<int32_t>& cachedItems, int32_t baseIndex) in DoSetActiveChildRange() argument
H A Dframe_node.cpp360 if (activeChildSets->activeItems.find(index) != activeChildSets->activeItems.end()) { in SetActiveChildRange()
371 activeChildSets->activeItems, activeChildSets->cachedItems, child.startIndex); in SetActiveChildRange()