Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/dialog/
H A Ddialog_theme.h445 double GetMinFontScaleForElderly() const in GetMinFontScaleForElderly() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/dialog/
H A Ddialog_pattern.cpp1323 if (GreatOrEqual(dialogContext->GetFontScale(), dialogTheme_->GetMinFontScaleForElderly())) { in UpdatePropertyForElderly()
1431 auto scale = dialogTheme_->GetMinFontScaleForElderly(); in UpdateTitleTextFontScale()
1467 auto scale = dialogTheme_->GetMinFontScaleForElderly(); in UpdateTextFontScale()