Home
last modified time | relevance | path

Searched refs:GetButtonTextSize (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/dialog/
H A Ddialog_theme.h371 const Dimension& GetButtonTextSize() const in GetButtonTextSize() function
H A Ddialog_component.cpp720 …buttonTextStyle.SetAdaptTextSize(dialogTheme->GetButtonTextSize(), dialogTheme->GetMinButtonTextSi… in BuildButtons()
722 buttonTextStyle.SetFontSize(dialogTheme->GetButtonTextSize()); in BuildButtons()
723 …buttonTextStyle.SetAdaptTextSize(dialogTheme->GetButtonTextSize(), dialogTheme->GetMinButtonTextSi… in BuildButtons()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/theme/
H A Dadvanced_pattern_theme.h260 const Dimension& GetButtonTextSize() const in GetButtonTextSize() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/dialog/
H A Ddialog_pattern.cpp899 …dialogTheme_->GetButtonTextSize().IsValid() ? dialogTheme_->GetButtonTextSize() : DIALOG_BUTTON_TE… in CreateButtonText()
1369 … Dimension buttonTextSize = textProps->GetFontSize().value_or(dialogTheme_->GetButtonTextSize()); in NeedsButtonDirectionChange()