Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/picker/
H A Dpicker_theme.h503 return pickerDialogMaxTwoFontScale_; in GetMaxTwoFontScale()
586 double pickerDialogMaxTwoFontScale_ = 2.0f; variable
H A Dpicker_theme.cpp120 theme->pickerDialogMaxTwoFontScale_ = pattern->GetAttr<double>("picker_dialog_maxtwo", 2.0f); in Parse()