Searched refs:CreateButtons (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/popup/ |
H A D | popup_component_v2.cpp | 87 …CreateButtons(), 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 D | popup_component_v2.h | 112 const RefPtr<Component> CreateButtons();
|
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_ui_dump_dom_tree/ |
H A D | ui_test_dump_dom.h | 35 void CreateButtons(GridLayout* layout);
|
H A D | ui_test_dump_dom.cpp | 179 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 D | bubble_view.h | 43 …static RefPtr<FrameNode> CreateButtons(const RefPtr<PopupParam>& param, int32_t popupId, int32_t t…
|
H A D | bubble_view.cpp | 718 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 D | bubble_test_ng.cpp | 1116 … auto layoutNode = BubbleView::CreateButtons(popupParam, targetNode->GetId(), popupNode->GetId());
|