Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/theme/
H A Dtheme_attributes.cpp175 const char DIALOG_DIVIDER_BETWEEN_BUTTON_WIDTH[] = "dialog_divider_between_button_width"; variable
H A Dtheme_attributes.h177 extern const char DIALOG_DIVIDER_BETWEEN_BUTTON_WIDTH[];
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/dialog/
H A Ddialog_theme.cpp46 …derBetweenButtonWidth_ = dialogPattern->GetAttr<Dimension>(DIALOG_DIVIDER_BETWEEN_BUTTON_WIDTH, 2.… in ParsePattern()