Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dcalendar_model_impl.cpp243 if (style.focusedDayColor.has_value()) { in SetTodayStyle()
244 theme.focusedDayColor = style.focusedDayColor.value(); in SetTodayStyle()
/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dcalendar_composed_element.cpp260 Color focusedDayColor = theme.focusedDayColor; in ConvertThemeToTodayStyle() local
265 todayStyle->Put("focusedDayColor", ConvertColorToString(focusedDayColor).c_str()); in ConvertThemeToTodayStyle()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/calendar/
H A Dcalendar_data.h61 std::optional<Color> focusedDayColor; member
H A Dcalendar_model_ng.cpp475 if (style.focusedDayColor.has_value()) { in SetTodayStyle()
476 todayStyle.UpdateFocusedDayColor(style.focusedDayColor.value()); in SetTodayStyle()
H A Dcalendar_paint_method.cpp582 ToRSColor(paintProperty->GetFocusedDayColor().value_or(theme->GetCalendarTheme().focusedDayColor)); in SetCalendarTheme()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_calendar.cpp547 Color focusedDayColor; in SetTodayStyle() local
548 if (ConvertFromJSValue(obj->GetProperty("focusedDayColor"), focusedDayColor)) { in SetTodayStyle()
549 todayStyle.focusedDayColor = focusedDayColor; in SetTodayStyle()
/foundation/arkui/ace_engine/test/unittest/core/pattern/calendar/
H A Dcalendar_test_ng.cpp193 todayStyle.focusedDayColor = std::make_optional(COLOR_VALUE); in HWTEST_F()
632 Color focusedDayColor = Color::WHITE; in HWTEST_F() local
633 todayStyle.UpdateFocusedDayColor(focusedDayColor); in HWTEST_F()
750 Color focusedDayColor = Color::WHITE; in HWTEST_F() local
751 todayStyle.UpdateFocusedDayColor(focusedDayColor); in HWTEST_F()
1538 Color focusedDayColor = Color::GREEN; in HWTEST_F() local
1539 todayStyle.UpdateFocusedDayColor(focusedDayColor); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components/calendar/
H A Dcalendar_theme.h77 Color focusedDayColor; member
203 theme->calendarTheme_.focusedDayColor = in ParseNormalTheme()
435 theme->cardCalendarTheme_.focusedDayColor = in ParseCardCalendarThemePattern()
H A Drosen_render_calendar.cpp853 focusedDayColor_ = RSColorQuad(calendarTheme_.focusedDayColor.GetValue()); in InitWorkStateStyle()
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_calendar.cpp248 { "focusedDayColor", [](const std::string& value, CalendarThemeStructure& theme, in SetSpecializedStyle()
249 const DomCalendar& node) { theme.focusedDayColor = node.ParseColor(value); } }, in SetSpecializedStyle()

Completed in 14 milliseconds