Home
last modified time | relevance | path

Searched refs:backgroundKeyFocusedColor_ (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.h143 RSColor backgroundKeyFocusedColor_; variable
H A Dcalendar_paint_method.cpp304 pen.SetColor(backgroundKeyFocusedColor_); in DrawCalendarPickerBackgroundArea()
669 backgroundKeyFocusedColor_ = ToRSColor(theme->GetBackgroundKeyFocusedColor()); in SetCalendarTheme()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/calendar/
H A Dcalendar_theme.h260 theme->backgroundKeyFocusedColor_ = pattern->GetAttr<Color>( in ParseCalenderPickerFirstPart()
740 return backgroundKeyFocusedColor_; in GetBackgroundKeyFocusedColor()
812 Color backgroundKeyFocusedColor_; variable