Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/layout/
H A Dlayout_wrapper.h160 virtual void SetActiveChildRange(const std::optional<ActiveChildSets>& activeChildSets,
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dframe_node.cpp353 …const std::optional<ActiveChildSets>& activeChildSets, const std::optional<ActiveChildRange>& acti… in SetActiveChildRange() argument
355 if (!activeChildSets.has_value()) { in SetActiveChildRange()
360 if (activeChildSets->activeItems.find(index) != activeChildSets->activeItems.end()) { in SetActiveChildRange()
371 activeChildSets->activeItems, activeChildSets->cachedItems, child.startIndex); in SetActiveChildRange()
4500 …const std::optional<ActiveChildSets>& activeChildSets, const std::optional<ActiveChildRange>& acti… in SetActiveChildRange() argument
4502 frameProxy_->SetActiveChildRange(activeChildSets, activeChildRange); in SetActiveChildRange()
H A Dframe_node.h782 void SetActiveChildRange(const std::optional<ActiveChildSets>& activeChildSets,