Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/bubble/
H A Dbubble_view.h38 static RefPtr<FrameNode> CreateCustomBubbleNode(const std::string& targetTag, int32_t targetId,
H A Dbubble_view.cpp290 RefPtr<FrameNode> BubbleView::CreateCustomBubbleNode( in CreateCustomBubbleNode() function in OHOS::Ace::NG::BubbleView
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/bubble/
H A Dbubble_test_ng.cpp669 …BubbleView::CreateCustomBubbleNode(targetNode->GetTag(), targetNode->GetId(), rowFrameNode, popupP…
692 …BubbleView::CreateCustomBubbleNode(targetNode->GetTag(), targetNode->GetId(), rowFrameNode, popupP…
1318 …BubbleView::CreateCustomBubbleNode(targetNode->GetTag(), targetNode->GetId(), rowFrameNode, popupP…
1368 …BubbleView::CreateCustomBubbleNode(targetNode->GetTag(), targetNode->GetId(), rowFrameNode, popupP…
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dview_abstract.cpp1875 popupNode = BubbleView::CreateCustomBubbleNode(targetTag, targetId, customNode, param); in BindPopup()