Home
last modified time | relevance | path

Searched refs:backgroundSelectedNotTodayColor_ (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.h145 RSColor backgroundSelectedNotTodayColor_; variable
H A Dcalendar_paint_method.cpp286 … brush.SetColor(IsToday(day) ? backgroundSelectedTodayColor_ : backgroundSelectedNotTodayColor_); in DrawCalendarPickerBackgroundArea()
671 backgroundSelectedNotTodayColor_ = ToRSColor(theme->GetBackgroundSelectedNotTodayColor()); in SetCalendarTheme()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/calendar/
H A Dcalendar_theme.h267 theme->backgroundSelectedNotTodayColor_ = backgroundSelectedTodayColor.BlendOpacity( in ParseCalenderPickerFirstPart()
750 return backgroundSelectedNotTodayColor_; in GetBackgroundSelectedNotTodayColor()
814 Color backgroundSelectedNotTodayColor_; variable