Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/calendar/
H A Dcalendar_paint_method.h144 RSColor backgroundSelectedTodayColor_; variable
H A Dcalendar_paint_method.cpp286 … brush.SetColor(IsToday(day) ? backgroundSelectedTodayColor_ : backgroundSelectedNotTodayColor_); in DrawCalendarPickerBackgroundArea()
670 backgroundSelectedTodayColor_ = ToRSColor(theme->GetBackgroundSelectedTodayColor()); in SetCalendarTheme()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/calendar/
H A Dcalendar_theme.h266 theme->backgroundSelectedTodayColor_ = backgroundSelectedTodayColor; in ParseCalenderPickerFirstPart()
745 return backgroundSelectedTodayColor_; in GetBackgroundSelectedTodayColor()
813 Color backgroundSelectedTodayColor_; variable