Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/theme/
H A Dtheme_attributes.cpp173 const char DIALOG_MASK_COLOR_END[] = "dialog_mask_color_end"; variable
H A Dtheme_attributes.h175 extern const char DIALOG_MASK_COLOR_END[];
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/dialog/
H A Ddialog_theme.cpp106 theme->maskColorEnd_ = dialogPattern->GetAttr<Color>(DIALOG_MASK_COLOR_END, Color::WHITE); in ParsePattern()