Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/popup/
H A Dpopup_component_v2.cpp87CreateButtons(), Edge(BUTTON_ROW_PADDING, BUTTON_ZERO_PADDING, BUTTON_ROW_PADDING, BUTTON_ROW_PADD… in CreateChild()
105 const RefPtr<Component> PopupComponentV2::CreateButtons() in CreateButtons() function in OHOS::Ace::PopupComponentV2
H A Dpopup_component_v2.h112 const RefPtr<Component> CreateButtons();
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_ui_dump_dom_tree/
H A Dui_test_dump_dom.h35 void CreateButtons(GridLayout* layout);
H A Dui_test_dump_dom.cpp179 CreateButtons(layout); in UIKitTestDumpDom001()
184 void UITestDumpDomTree::CreateButtons(GridLayout* layout) in CreateButtons() function in OHOS::UITestDumpDomTree
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/bubble/
H A Dbubble_view.h43 …static RefPtr<FrameNode> CreateButtons(const RefPtr<PopupParam>& param, int32_t popupId, int32_t t…
H A Dbubble_view.cpp718 auto buttonLayout = BubbleView::CreateButtons(param, popupId, targetId); in CreateCombinedChild()
741 RefPtr<FrameNode> BubbleView::CreateButtons(const RefPtr<PopupParam>& param, int32_t popupId, int32… in CreateButtons() function in OHOS::Ace::NG::BubbleView
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/bubble/
H A Dbubble_test_ng.cpp1116 … auto layoutNode = BubbleView::CreateButtons(popupParam, targetNode->GetId(), popupNode->GetId());