Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/theme/
H A Dtheme_attributes.cpp170 const char DIALOG_MAX_BUTTON_WIDTH[] = "dialog_max_button_width"; variable
H A Dtheme_attributes.h172 extern const char DIALOG_MAX_BUTTON_WIDTH[];
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/dialog/
H A Ddialog_theme.cpp105 theme->maxButtonWidth_ = dialogPattern->GetAttr<Dimension>(DIALOG_MAX_BUTTON_WIDTH, 260.0_vp); in ParsePattern()