Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/dialog/
H A Ddialog_pattern.cpp898 Dimension buttonTextSize = in CreateButtonText() local
900 textProps->UpdateFontSize(buttonTextSize); in CreateButtonText()
1369 … Dimension buttonTextSize = textProps->GetFontSize().value_or(dialogTheme_->GetButtonTextSize()); in NeedsButtonDirectionChange() local
1372 measureContext.fontSize = buttonTextSize; in NeedsButtonDirectionChange()
1378 … Dimension(buttonTextSize.Value() * dialogTheme_->GetTitleMaxFontScale(), DimensionUnit::VP); in NeedsButtonDirectionChange()