Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/theme/
H A Dtheme_attributes.cpp124 const char CALENDAR_WEEKEND_LUNAR_COLOR[] = "weekend_lunar_color"; variable
H A Dtheme_attributes.h117 extern const char CALENDAR_WEEKEND_LUNAR_COLOR[];
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/calendar/
H A Dcalendar_theme.h202 … pattern->GetAttr<Color>(CALENDAR_WEEKEND_LUNAR_COLOR, DEFAULT_CALENDAR_WEEKEND_LUNAR_COLOR); in ParseNormalTheme()