Searched refs:BuildButtons (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/dialog/ |
H A D | dialog_pattern.cpp | 182 … auto buttonContainer = BuildButtons(dialogProperties_.buttons, dialogProperties_.buttonDirection); in OnFontConfigurationUpdate() 188 …auto buttonContainerNew = BuildButtons(dialogProperties_.buttons, DialogButtonDirection::VERTICAL); in OnFontConfigurationUpdate() 453 auto buttonContainer = BuildButtons(props.buttons, props.buttonDirection); in BuildChild() 465 auto buttonContainerNew = BuildButtons(props.buttons, DialogButtonDirection::VERTICAL); in BuildChild() 818 RefPtr<FrameNode> DialogPattern::BuildButtons( in BuildButtons() function in OHOS::Ace::NG::DialogPattern 1410 auto buttonContainerNew = BuildButtons(Dialogprops.buttons, Dialogprops.buttonDirection); in CheckScrollHeightIsNegative()
|
H A D | dialog_pattern.h | 351 …RefPtr<FrameNode> BuildButtons(const std::vector<ButtonInfo>& buttons, const DialogButtonDirection…
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/dialog/ |
H A D | dialog_component.h | 375 …static void BuildButtons(const RefPtr<ThemeManager>& themeManager, const RefPtr<DialogComponent>& …
|
H A D | dialog_component.cpp | 604 BuildButtons(themeManager, dialog, dialogProperties.buttons, dialogTheme, data); in Build() 689 void DialogBuilder::BuildButtons(const RefPtr<ThemeManager>& themeManager, const RefPtr<DialogCompo… in BuildButtons() function in OHOS::Ace::DialogBuilder
|