Home
last modified time | relevance | path

Searched refs:focusedAreaBackgroundColor (Results 1 - 10 of 10) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dcalendar_model_impl.cpp251 if (style.focusedAreaBackgroundColor.has_value()) { in SetTodayStyle()
252 theme.focusedAreaBackgroundColor = style.focusedAreaBackgroundColor.value(); in SetTodayStyle()
/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dcalendar_composed_element.cpp262 Color focusedAreaBackgroundColor = theme.focusedAreaBackgroundColor; in ConvertThemeToTodayStyle() local
267 todayStyle->Put("focusedAreaBackgroundColor", ConvertColorToString(focusedAreaBackgroundColor).c_str()); in ConvertThemeToTodayStyle()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/calendar/
H A Dcalendar_data.h63 std::optional<Color> focusedAreaBackgroundColor; member
H A Dcalendar_model_ng.cpp483 if (style.focusedAreaBackgroundColor.has_value()) { in SetTodayStyle()
484 todayStyle.UpdateFocusedAreaBackgroundColor(style.focusedAreaBackgroundColor.value()); in SetTodayStyle()
H A Dcalendar_paint_method.cpp586 paintProperty->GetFocusedAreaBackgroundColor().value_or(theme->GetCalendarTheme().focusedAreaBackgroundColor)); in SetCalendarTheme()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_calendar.cpp555 Color focusedAreaBackgroundColor; in SetTodayStyle() local
556 if (ConvertFromJSValue(obj->GetProperty("focusedAreaBackgroundColor"), focusedAreaBackgroundColor)) { in SetTodayStyle()
557 todayStyle.focusedAreaBackgroundColor = focusedAreaBackgroundColor; in SetTodayStyle()
/foundation/arkui/ace_engine/test/unittest/core/pattern/calendar/
H A Dcalendar_test_ng.cpp195 todayStyle.focusedAreaBackgroundColor = std::make_optional(COLOR_VALUE); in HWTEST_F()
636 Color focusedAreaBackgroundColor = Color::BLUE; in HWTEST_F() local
637 todayStyle.UpdateFocusedAreaBackgroundColor(focusedAreaBackgroundColor); in HWTEST_F()
754 Color focusedAreaBackgroundColor = Color::BLUE; in HWTEST_F() local
755 todayStyle.UpdateFocusedAreaBackgroundColor(focusedAreaBackgroundColor); in HWTEST_F()
1542 Color focusedAreaBackgroundColor = Color::BLUE; in HWTEST_F() local
1543 todayStyle.UpdateFocusedAreaBackgroundColor(focusedAreaBackgroundColor); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components/calendar/
H A Dcalendar_theme.h79 Color focusedAreaBackgroundColor; member
157 theme->cardCalendarTheme_.focusedAreaBackgroundColor = in ParseCardTheme()
224 theme->calendarTheme_.focusedAreaBackgroundColor = pattern->GetAttr<Color>( in ParseNormalTheme()
H A Drosen_render_calendar.cpp855 focusedAreaBackgroundColor_ = RSColorQuad(calendarTheme_.focusedAreaBackgroundColor.GetValue()); in InitWorkStateStyle()
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_calendar.cpp240 { "focusedAreaBackgroundColor", in SetSpecializedStyle()
242 theme.focusedAreaBackgroundColor = node.ParseColor(value); in SetSpecializedStyle()

Completed in 13 milliseconds