/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_view_group/ |
H A D | ui_test_view_group.cpp | 60 UILabelButton* UITestViewGroup::CreateButton(const char* text, int16_t width, int16_t height) const in CreateButton() function in OHOS::UITestViewGroup 89 addBtn_ = CreateButton("添加View", 150, 40); // 150: width 40:height in UIKitViewGroupTestAddRemove001() 96 removeBtn_ = CreateButton("删除View", 150, 40); // 150: width 40:height in UIKitViewGroupTestAddRemove001() 103 removeAddBtn_ = CreateButton("删除再添加View", 160, 40); // 160: width 40:height in UIKitViewGroupTestAddRemove001() 129 addTwiceBtn_ = CreateButton("重复add", 150, 40); // 150: width 40:height in UIKitViewGroupTestAddError001() 136 addMultiParentBtn_ = CreateButton("add到不同父节点", 200, 40); // 200: width 40:height in UIKitViewGroupTestAddError001() 143 addSelfBtn_ = CreateButton("add到自己", 150, 40); // 150: width 40:height in UIKitViewGroupTestAddError001() 169 insertTwiceBtn_ = CreateButton("重复insert", 150, 40); // 150: width 40:height in UIKitViewGroupTestInsertError001() 176 insertMultiParentBtn_ = CreateButton("insert到不同父节点", 200, 40); // 200: width 40:height in UIKitViewGroupTestInsertError001() 183 insertSelfBtn_ = CreateButton("insert到自己", 150, 40); // 150: width 40:height in UIKitViewGroupTestInsertError001()
|
H A D | ui_test_view_group.h | 53 UILabelButton* CreateButton(const char* text, int16_t width, int16_t height) const;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/popup/ |
H A D | popup_component_v2.cpp | 108 rowChildren.emplace_back(SetPadding(CreateButton(primaryButtonProperties_), in CreateButtons() 110 rowChildren.emplace_back(SetPadding(CreateButton(secondaryButtonProperties_), in CreateButtons() 119 const RefPtr<Component> PopupComponentV2::CreateButton(const ButtonProperties& buttonProperties) in CreateButton() function in OHOS::Ace::PopupComponentV2
|
H A D | popup_component_v2.h | 113 const RefPtr<Component> CreateButton(const ButtonProperties& buttonProperties);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/bubble/ |
H A D | bubble_view.h | 44 static RefPtr<FrameNode> CreateButton(
|
H A D | bubble_view.cpp | 754 auto primaryButton = BubbleView::CreateButton(primaryButtonProp, popupId, targetId, param); in CreateButtons() 759 auto secondaryButton = BubbleView::CreateButton(secondaryButtonProp, popupId, targetId, param); in CreateButtons() 798 RefPtr<FrameNode> BubbleView::CreateButton( in CreateButton() function in OHOS::Ace::NG::BubbleView
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/dialog/ |
H A D | dialog_pattern.h | 356 RefPtr<FrameNode> CreateButton(
|
H A D | dialog_pattern.cpp | 696 RefPtr<FrameNode> DialogPattern::CreateButton( in CreateButton() function in OHOS::Ace::NG::DialogPattern 876 auto buttonNode = CreateButton(buttons[i], i, false, isVertical, length); in AddButtonAndDivider() 1052 button = CreateButton(buttons[i], i); in BuildMenu() 1054 button = CreateButton(buttons[i], i, true); in BuildMenu()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/search/ |
H A D | search_model_ng.h | 169 static void CreateButton(const RefPtr<SearchNode>& parentNode, bool hasButtonNode);
|
H A D | search_model_ng.cpp | 108 CreateButton(frameNode, hasButtonNode); in CreateSearchNode() 827 void SearchModelNG::CreateButton(const RefPtr<SearchNode>& parentNode, bool hasButtonNode) in CreateButton() function in OHOS::Ace::NG::SearchModelNG
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/search/ |
H A D | search_test_ng.cpp | 1116 searchModelInstance.CreateButton(frameNode, true);
|