Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dframe_node.cpp231 …RefPtr<LayoutWrapper> FindFrameNodeByIndex(uint32_t index, bool needBuild, bool isCache, bool addT… in FindFrameNodeByIndex() function in OHOS::Ace::NG::FrameNode::FrameProxy
258 auto child = FindFrameNodeByIndex(index, needBuild, isCache, addToRenderTree); in GetFrameNodeByIndex()