Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/picker/
H A Dpicker_theme.h493 return pickerDialogNormalFontScale_; in GetNormalFontScale()
584 double pickerDialogNormalFontScale_ = 1.0f; variable
H A Dpicker_theme.cpp118 theme->pickerDialogNormalFontScale_ = pattern->GetAttr<double>("picker_dialog_normal", 1.0f); in Parse()