Home
last modified time | relevance | path

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 Ddialog_pattern.cpp182 … 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 Ddialog_pattern.h351 …RefPtr<FrameNode> BuildButtons(const std::vector<ButtonInfo>& buttons, const DialogButtonDirection…
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/dialog/
H A Ddialog_component.h375 …static void BuildButtons(const RefPtr<ThemeManager>& themeManager, const RefPtr<DialogComponent>& …
H A Ddialog_component.cpp604 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