Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dframe_node.cpp253 …RefPtr<LayoutWrapper> GetFrameNodeByIndex(uint32_t index, bool needBuild, bool isCache, bool addTo… in GetFrameNodeByIndex() function in OHOS::Ace::NG::FrameNode::FrameProxy
4442 auto child = frameProxy_->GetFrameNodeByIndex(index, true, isCache, addToRenderTree); in GetOrCreateChildByIndex()
4454 return frameProxy_->GetFrameNodeByIndex(index, false, isCache, false); in GetChildByIndex()
4459 …auto frameNode = isExpand ? DynamicCast<FrameNode>(frameProxy_->GetFrameNodeByIndex(index, true, i… in GetFrameNodeChildByIndex()