Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dcalendar_model_impl.cpp222 if (nonCurrentDayStyleData.nonCurrentMonthLunarColor.has_value()) { in SetNonCurrentDayStyle()
223 theme.nonCurrentMonthLunarColor = nonCurrentDayStyleData.nonCurrentMonthLunarColor.value(); in SetNonCurrentDayStyle()
/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dcalendar_composed_element.cpp245 Color nonCurrentMonthLunarColor = theme.nonCurrentMonthLunarColor; in ConvertThemeToNonCurrentDayStyle() local
250 nonCurrentDayStyle->Put("nonCurrentMonthLunarColor", ConvertColorToString(nonCurrentMonthLunarColor).c_str()); in ConvertThemeToNonCurrentDayStyle()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/calendar/
H A Dcalendar_data.h55 std::optional<Color> nonCurrentMonthLunarColor; member
H A Dcalendar_model_ng.cpp424 if (nonCurrentDayStyleData.nonCurrentMonthLunarColor.has_value()) { in SetNonCurrentDayStyle()
425 nonCurrentDayStyle.UpdateNonCurrentMonthLunarColor(nonCurrentDayStyleData.nonCurrentMonthLunarColor.value()); in SetNonCurrentDayStyle()
H A Dcalendar_paint_method.cpp572 paintProperty->GetNonCurrentMonthLunarColor().value_or(theme->GetCalendarTheme().nonCurrentMonthLunarColor)); in SetCalendarTheme()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_calendar.cpp525 Color nonCurrentMonthLunarColor; in SetNonCurrentDayStyle() local
526 if (ConvertFromJSValue(obj->GetProperty("nonCurrentMonthLunarColor"), nonCurrentMonthLunarColor)) { in SetNonCurrentDayStyle()
527 nonCurrentDayStyleData.nonCurrentMonthLunarColor = nonCurrentMonthLunarColor; in SetNonCurrentDayStyle()
/foundation/arkui/ace_engine/frameworks/core/components/calendar/
H A Dcalendar_theme.h72 Color nonCurrentMonthLunarColor; member
169 theme->cardCalendarTheme_.nonCurrentMonthLunarColor = in ParseCardTheme()
222 theme->calendarTheme_.nonCurrentMonthLunarColor = pattern->GetAttr<Color>( in ParseNormalTheme()
H A Drosen_render_calendar.cpp848 nonCurrentMonthLunarColor_ = RSColorQuad(calendarTheme_.nonCurrentMonthLunarColor.GetValue()); in InitWorkStateStyle()
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_calendar.cpp274 { "nonCurrentMonthLunarColor", in SetSpecializedStyle()
276 theme.nonCurrentMonthLunarColor = node.ParseColor(value); in SetSpecializedStyle()
/foundation/arkui/ace_engine/test/unittest/core/pattern/calendar/
H A Dcalendar_test_ng.cpp189 nonCurrentDayStyle.nonCurrentMonthLunarColor = std::make_optional(COLOR_VALUE); in HWTEST_F()

Completed in 13 milliseconds