Home
last modified time | relevance | path

Searched refs:CreateButton (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_view_group/
H A Dui_test_view_group.cpp60 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 Dui_test_view_group.h53 UILabelButton* CreateButton(const char* text, int16_t width, int16_t height) const;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/popup/
H A Dpopup_component_v2.cpp108 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 Dpopup_component_v2.h113 const RefPtr<Component> CreateButton(const ButtonProperties& buttonProperties);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/bubble/
H A Dbubble_view.h44 static RefPtr<FrameNode> CreateButton(
H A Dbubble_view.cpp754 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 Ddialog_pattern.h356 RefPtr<FrameNode> CreateButton(
H A Ddialog_pattern.cpp696 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 Dsearch_model_ng.h169 static void CreateButton(const RefPtr<SearchNode>& parentNode, bool hasButtonNode);
H A Dsearch_model_ng.cpp108 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 Dsearch_test_ng.cpp1116 searchModelInstance.CreateButton(frameNode, true);