Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/theme/
H A Dtheme_attributes.cpp146 const char DATA_PANEL_COLOR_8_START[] = "rainbow_fg_color_8_start"; variable
H A Dtheme_attributes.h148 extern const char DATA_PANEL_COLOR_8_START[];
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/data_panel/
H A Ddata_panel_theme.h91 dataPanelPattern->GetAttr<Color>(DATA_PANEL_COLOR_8_START, Color::BLACK), in ParsePattern()