Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/dialog/
H A Ddialog_theme.h475 double GetTitleMaxFontScale() const in GetTitleMaxFontScale() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/dialog/
H A Ddialog_pattern.cpp1375 … (isSuitableForElderly_ && dialogContext->GetFontScale() >= dialogTheme_->GetTitleMaxFontScale() && in NeedsButtonDirectionChange()
1378 … Dimension(buttonTextSize.Value() * dialogTheme_->GetTitleMaxFontScale(), DimensionUnit::VP); in NeedsButtonDirectionChange()
1433 scale = dialogTheme_->GetTitleMaxFontScale(); in UpdateTitleTextFontScale()