Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/theme/
H A Dtheme_attributes.cpp93 const char PATTERN_BG_COLOR_CLICKED[] = "bg_color_clicked"; variable
H A Dtheme_attributes.h95 extern const char PATTERN_BG_COLOR_CLICKED[];
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/select/
H A Dselect_theme.h163 … theme->clickedColor_ = pattern->GetAttr<Color>(PATTERN_BG_COLOR_CLICKED, theme->clickedColor_); in ParsePartOne()