Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/
H A Dtabs_node.h109 RefPtr<UINode> GetBuilderByContentId(int32_t tabContentId, const RefPtr<UINode>& builderNode) in GetBuilderByContentId() function
H A Dtab_content_model_ng.cpp245 auto oldColumnNode = tabsNode->GetBuilderByContentId(tabContentId, columnNode); in AddTabBarItem()