Home
last modified time | relevance | path

Searched refs:DIALOG_MIN_BUTTON_WIDTH (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/theme/
H A Dtheme_attributes.cpp171 const char DIALOG_MIN_BUTTON_WIDTH[] = "dialog_min_button_width"; variable
H A Dtheme_attributes.h173 extern const char DIALOG_MIN_BUTTON_WIDTH[];
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/dialog/
H A Ddialog_theme.cpp104 theme->minButtonWidth_ = dialogPattern->GetAttr<Dimension>(DIALOG_MIN_BUTTON_WIDTH, 104.0_vp); in ParsePattern()