Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/theme/
H A Dtheme_attributes.cpp125 const char CALENDAR_TODAY_DAY_FOCUS_COLOR[] = "today_day_focus_color"; variable
H A Dtheme_attributes.h118 extern const char CALENDAR_TODAY_DAY_FOCUS_COLOR[];
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/calendar/
H A Dcalendar_theme.h204 … pattern->GetAttr<Color>(CALENDAR_TODAY_DAY_FOCUS_COLOR, DEFAULT_CALENDAR_TODAY_DAY_FOCUS_COLOR); in ParseNormalTheme()