Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/dialog/
H A Ddialog_theme.h477 return titleMaxFontScale_; in GetTitleMaxFontScale()
532 double titleMaxFontScale_ = 2.0; variable
H A Ddialog_theme.cpp76 … theme->titleMaxFontScale_ = dialogPattern->GetAttr<double>("dialog_title_max_scale_aging", 2.0f); in ParsePattern()