Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/calendar/
H A Dcalendar_theme.h773 const Color& GetDialogButtonBackgroundColor() const in GetDialogButtonBackgroundColor() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/calendar_picker/
H A Dcalendar_dialog_pattern.cpp246 : calendarTheme->GetDialogButtonBackgroundColor(); in UpdateOptionsButtonColor()
H A Dcalendar_dialog_view.cpp552 …e->GetIsButtonTransparent() ? Color::TRANSPARENT : calendarTheme->GetDialogButtonBackgroundColor(); in CreateButtonNode()