Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/theme/
H A Dtheme_attributes.cpp152 const char DATA_PANEL_COLOR_5_END[] = "rainbow_fg_color_5_end"; variable
H A Dtheme_attributes.h154 extern const char DATA_PANEL_COLOR_5_END[];
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/data_panel/
H A Ddata_panel_theme.h83 dataPanelPattern->GetAttr<Color>(DATA_PANEL_COLOR_5_END, Color::BLACK)); in ParsePattern()