Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/dialog/
H A Ddialog_pattern.cpp76 constexpr Dimension DIALOG_BUTTON_TEXT_SIZE = 16.0_fp; variable
899 …heme_->GetButtonTextSize().IsValid() ? dialogTheme_->GetButtonTextSize() : DIALOG_BUTTON_TEXT_SIZE; in CreateButtonText()