Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dcalendar_model_impl.cpp218 if (nonCurrentDayStyleData.nonCurrentMonthDayColor.has_value()) { in SetNonCurrentDayStyle()
219 theme.nonCurrentMonthDayColor = nonCurrentDayStyleData.nonCurrentMonthDayColor.value(); in SetNonCurrentDayStyle()
/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dcalendar_composed_element.cpp244 Color nonCurrentMonthDayColor = theme.nonCurrentMonthDayColor; in ConvertThemeToNonCurrentDayStyle() local
249 nonCurrentDayStyle->Put("nonCurrentMonthDayColor", ConvertColorToString(nonCurrentMonthDayColor).c_str()); in ConvertThemeToNonCurrentDayStyle()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/calendar/
H A Dcalendar_data.h54 std::optional<Color> nonCurrentMonthDayColor; member
H A Dcalendar_model_ng.cpp420 if (nonCurrentDayStyleData.nonCurrentMonthDayColor.has_value()) { in SetNonCurrentDayStyle()
421 nonCurrentDayStyle.UpdateNonCurrentMonthDayColor(nonCurrentDayStyleData.nonCurrentMonthDayColor.value()); in SetNonCurrentDayStyle()
H A Dcalendar_paint_method.cpp570 paintProperty->GetNonCurrentMonthDayColor().value_or(theme->GetCalendarTheme().nonCurrentMonthDayColor)); in SetCalendarTheme()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_calendar.cpp521 Color nonCurrentMonthDayColor; in SetNonCurrentDayStyle() local
522 if (ConvertFromJSValue(obj->GetProperty("nonCurrentMonthDayColor"), nonCurrentMonthDayColor)) { in SetNonCurrentDayStyle()
523 nonCurrentDayStyleData.nonCurrentMonthDayColor = nonCurrentMonthDayColor; in SetNonCurrentDayStyle()
/foundation/arkui/ace_engine/frameworks/core/components/calendar/
H A Dcalendar_theme.h71 Color nonCurrentMonthDayColor; member
163 theme->cardCalendarTheme_.nonCurrentMonthDayColor = in ParseCardTheme()
220 theme->calendarTheme_.nonCurrentMonthDayColor = pattern->GetAttr<Color>( in ParseNormalTheme()
H A Drosen_render_calendar.cpp847 nonCurrentMonthDayColor_ = RSColorQuad(calendarTheme_.nonCurrentMonthDayColor.GetValue()); in InitWorkStateStyle()
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_calendar.cpp270 { "nonCurrentMonthDayColor", in SetSpecializedStyle()
272 theme.nonCurrentMonthDayColor = node.ParseColor(value); in SetSpecializedStyle()
/foundation/arkui/ace_engine/test/unittest/core/pattern/calendar/
H A Dcalendar_test_ng.cpp188 nonCurrentDayStyle.nonCurrentMonthDayColor = std::make_optional(COLOR_VALUE); in HWTEST_F()

Completed in 18 milliseconds