Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dcalendar_model_impl.cpp226 if (nonCurrentDayStyleData.nonCurrentMonthWorkDayMarkColor.has_value()) { in SetNonCurrentDayStyle()
227 theme.nonCurrentMonthWorkDayMarkColor = nonCurrentDayStyleData.nonCurrentMonthWorkDayMarkColor.value(); in SetNonCurrentDayStyle()
/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dcalendar_composed_element.cpp246 Color nonCurrentMonthWorkDayMarkColor = theme.nonCurrentMonthWorkDayMarkColor; in ConvertThemeToNonCurrentDayStyle() local
252 "nonCurrentMonthWorkDayMarkColor", ConvertColorToString(nonCurrentMonthWorkDayMarkColor).c_str()); in ConvertThemeToNonCurrentDayStyle()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/calendar/
H A Dcalendar_data.h56 std::optional<Color> nonCurrentMonthWorkDayMarkColor; member
H A Dcalendar_model_ng.cpp428 if (nonCurrentDayStyleData.nonCurrentMonthWorkDayMarkColor.has_value()) { in SetNonCurrentDayStyle()
430 nonCurrentDayStyleData.nonCurrentMonthWorkDayMarkColor.value()); in SetNonCurrentDayStyle()
H A Dcalendar_paint_method.cpp578 theme->GetCalendarTheme().nonCurrentMonthWorkDayMarkColor)); in SetCalendarTheme()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_calendar.cpp529 Color nonCurrentMonthWorkDayMarkColor; in SetNonCurrentDayStyle() local
530 if (ConvertFromJSValue(obj->GetProperty("nonCurrentMonthWorkDayMarkColor"), nonCurrentMonthWorkDayMarkColor)) { in SetNonCurrentDayStyle()
531 nonCurrentDayStyleData.nonCurrentMonthWorkDayMarkColor = nonCurrentMonthWorkDayMarkColor; in SetNonCurrentDayStyle()
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_calendar.cpp282 { "nonCurrentMonthWorkDayMarkColor", in SetSpecializedStyle()
284 theme.nonCurrentMonthWorkDayMarkColor = node.ParseColor(value); in SetSpecializedStyle()
/foundation/arkui/ace_engine/frameworks/core/components/calendar/
H A Dcalendar_theme.h75 Color nonCurrentMonthWorkDayMarkColor; member
216 theme->calendarTheme_.nonCurrentMonthWorkDayMarkColor = pattern->GetAttr<Color>( in ParseNormalTheme()
H A Drosen_render_calendar.cpp851 nonCurrentMonthWorkDayMarkColor_ = RSColorQuad(calendarTheme_.nonCurrentMonthWorkDayMarkColor.GetValue()); in InitWorkStateStyle()
/foundation/arkui/ace_engine/test/unittest/core/pattern/calendar/
H A Dcalendar_test_ng.cpp190 nonCurrentDayStyle.nonCurrentMonthWorkDayMarkColor = std::make_optional(COLOR_VALUE); in HWTEST_F()

Completed in 14 milliseconds