Home
last modified time | relevance | path

Searched refs:offDayMarkColor (Results 1 - 11 of 11) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dcalendar_model_impl.cpp308 if (style.offDayMarkColor.has_value()) { in SetWorkStateStyle()
309 theme.offDayMarkColor = style.offDayMarkColor.value(); in SetWorkStateStyle()
/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dcalendar_composed_element.cpp296 Color offDayMarkColor = theme.offDayMarkColor; in ConvertThemeToWorkStateStyle() local
304 workStateStyle->Put("offDayMarkColor", ConvertColorToString(offDayMarkColor).c_str()); in ConvertThemeToWorkStateStyle()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/calendar/
H A Dcalendar_data.h79 std::optional<Color> offDayMarkColor; member
H A Dcalendar_model_ng.cpp598 if (style.offDayMarkColor.has_value()) { in SetWorkStateStyle()
599 workStateStyle.UpdateOffDayMarkColor(style.offDayMarkColor.value()); in SetWorkStateStyle()
H A Dcalendar_paint_method.cpp576 ToRSColor(paintProperty->GetOffDayMarkColor().value_or(theme->GetCalendarTheme().offDayMarkColor)); in SetCalendarTheme()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_calendar.cpp615 Color offDayMarkColor; in SetWorkStateStyle() local
616 if (ConvertFromJSValue(obj->GetProperty("offDayMarkColor"), offDayMarkColor)) { in SetWorkStateStyle()
617 workStateStyle.offDayMarkColor = offDayMarkColor; in SetWorkStateStyle()
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_calendar.cpp286 { "offDayMarkColor", [](const std::string& value, CalendarThemeStructure& theme, in SetSpecializedStyle()
287 const DomCalendar& node) { theme.offDayMarkColor = node.ParseColor(value); } }, in SetSpecializedStyle()
/foundation/arkui/ace_engine/frameworks/core/components/calendar/
H A Dcalendar_theme.h74 Color offDayMarkColor; member
214 theme->calendarTheme_.offDayMarkColor = in ParseNormalTheme()
H A Drosen_render_calendar.cpp850 offDayMarkColor_ = RSColorQuad(calendarTheme_.offDayMarkColor.GetValue()); in InitWorkStateStyle()
/foundation/arkui/ace_engine/test/unittest/core/pattern/calendar/
H A Dcalendar_paint_method_test.cpp846 theme->GetCalendarTheme().offDayMarkColor = Color::BLUE; in HWTEST_F()
896 theme->GetCalendarTheme().offDayMarkColor = Color::BLUE; in HWTEST_F()
H A Dcalendar_test_ng.cpp207 workStateStyle.offDayMarkColor = std::make_optional(COLOR_VALUE); in HWTEST_F()
1534 theme->GetCalendarTheme().offDayMarkColor = Color::BLUE; in HWTEST_F()

Completed in 14 milliseconds