Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/dialog/
H A Dalert_dialog_component.cpp131 box->SetChild(BuildButton(button, onPositiveSuccessId_, Edge::NONE, true)); in BuildActions()
144 firstBox->SetChild(BuildButton(firstButton, onPositiveSuccessId_, Edge::NONE)); in BuildActions()
156 secondBox->SetChild(BuildButton(secondButton, onNegativeSuccessId_, Edge::NONE, true)); in BuildActions()
H A Ddialog_component.cpp307 1, 1, 0.0, BuildButton(*actionIter, menuSuccessId_[index], Edge::NONE, false)); in BuildMenu()
334 1, 1, 0.0, BuildButton(actions_.front(), onPositiveSuccessId_, Edge::NONE, true))); in BuildActions()
341 1, 1, 0.0, BuildButton(actions_.front(), onPositiveSuccessId_, Edge::NONE))); in BuildActions()
344 1, 1, 0.0, BuildButton(actions_.back(), onNegativeSuccessId_, Edge::NONE, true))); in BuildActions()
357 wrap->AppendChild(BuildButton(action, onPositiveSuccessId_, Edge::NONE)); in BuildActions()
359 wrap->AppendChild(BuildButton(action, onNegativeSuccessId_, Edge::NONE, true)); in BuildActions()
361 wrap->AppendChild(BuildButton(action, onNeutralSuccessId_, Edge::NONE)); in BuildActions()
381 …row->AppendChild(BuildButton(actions_.front(), onPositiveSuccessId_, dialogTheme_->GetButtonPaddin… in BuildActionsForWatch()
382 …row->AppendChild(BuildButton(actions_.back(), onNegativeSuccessId_, dialogTheme_->GetButtonPadding… in BuildActionsForWatch()
390 RefPtr<Component> DialogComponent::BuildButton( in BuildButton() function in OHOS::Ace::DialogComponent
H A Ddialog_component.h318 …RefPtr<Component> BuildButton(const RefPtr<ButtonComponent>& button, const EventMarker& callbackId,
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_overlay/
H A Dtext_overlay_component.cpp136BuildButton(Localization::GetInstance()->GetEntryLetters(BUTTON_CUT), cutButtonMarker_)); in BuildToolBar()
140BuildButton(Localization::GetInstance()->GetEntryLetters(BUTTON_COPY), copyButtonMarker_)); in BuildToolBar()
145BuildButton(Localization::GetInstance()->GetEntryLetters(BUTTON_PASTE), pasteButtonMarker_)); in BuildToolBar()
149BuildButton(Localization::GetInstance()->GetEntryLetters(BUTTON_COPY_ALL), copyAllButtonMarker_)); in BuildToolBar()
161BuildButton(Localization::GetInstance()->GetEntryLetters(BUTTON_TRANSLATE), translateButtonMarker)… in BuildToolBar()
198 RefPtr<ButtonComponent> TextOverlayComponent::BuildButton(const std::string& data, const EventMarke… in BuildButton() function in OHOS::Ace::TextOverlayComponent
H A Dtext_overlay_component.h206 RefPtr<ButtonComponent> BuildButton(const std::string& data, const EventMarker& onClick);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/side_bar/
H A Dside_bar_container_component.cpp42 RefPtr<Component> SideBarContainerComponent::BuildButton() in BuildButton() function in OHOS::Ace::SideBarContainerComponent
89 btnbox->SetChild(BuildButton()); in Build()
H A Dside_bar_container_component.h171 RefPtr<Component> BuildButton();
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/app_bar/
H A Dapp_bar_test_ng.cpp176 auto button = appBar->BuildButton(true);
292 auto button = appBar->BuildButton(true);
402 auto button = appBar->BuildButton(true);
424 auto button = appBar->BuildButton(true);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/app_bar/
H A Dapp_bar_view.h54 RefPtr<FrameNode> BuildButton(bool isMenuButton);
H A Dapp_bar_view.cpp134 auto menuButton = BuildButton(true); in BuildMenuBar()
139 auto closeButton = BuildButton(false); in BuildMenuBar()
160 RefPtr<FrameNode> AppBarView::BuildButton(bool isMenuButton) in BuildButton() function in OHOS::Ace::NG::AppBarView
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select_overlay/
H A Dselect_overlay_node.cpp231 RefPtr<FrameNode> BuildButton(const std::string& data, const std::function<void()>& callback, int32… in BuildButton() function
327 RefPtr<FrameNode> BuildButton(const MenuOptionsParam& menuOption, int32_t overlayId, float& content… in BuildButton() function
1479 auto button = BuildButton( in ShowCut()
1500 auto button = BuildButton( in ShowCopy()
1524 auto button = BuildButton(Localization::GetInstance()->GetEntryLetters(BUTTON_PASTE), in ShowPaste()
1546 auto button = BuildButton(Localization::GetInstance()->GetEntryLetters(BUTTON_COPY_ALL), in ShowCopyAll()
1595 auto buttonShare = BuildButton( in ShowShare()
1607 auto buttonTranslase = BuildButton( in ShowShare()
1619 auto buttonSearch = BuildButton( in ShowShare()
1647BuildButton(theme->GetCameraInput(), info->menuCallback.onCameraInput, GetId(), buttonWidth, false… in ShowCamera()
[all …]