Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dcalendar_model_impl.cpp117 if (CurrentDayStyleDataImpl.lunarColor.has_value()) { in SetCurrentDayStyle()
118 theme.lunarColor = CurrentDayStyleDataImpl.lunarColor.value(); in SetCurrentDayStyle()
/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dcalendar_composed_element.cpp210 Color lunarColor = theme.lunarColor; in ConvertThemeToDayStyle() local
225 dayStyle->Put("lunarColor", ConvertColorToString(lunarColor).c_str()); in ConvertThemeToDayStyle()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_calendar.cpp388 Color lunarColor; in SetCurrentDayStyle() local
389 if (ConvertFromJSValue(obj->GetProperty("lunarColor"), lunarColor)) { in SetCurrentDayStyle()
390 currentDayStyleData.lunarColor = lunarColor; in SetCurrentDayStyle()
479 ConvertFromJSValue(obj->GetProperty("lunarColor"), CurrentDayStyleDataImpl.lunarColor); in SetCurrentDayStyle()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/calendar/
H A Dcalendar_data.h28 std::optional<Color> lunarColor; member
H A Dcalendar_model_ng.cpp240 if (currentDayStyleData.lunarColor.has_value()) { in SetCurrentDayStyle()
241 currentDayStyle.UpdateLunarColor(currentDayStyleData.lunarColor.value()); in SetCurrentDayStyle()
H A Dcalendar_paint_method.cpp564 lunarColor_ = ToRSColor(paintProperty->GetLunarColor().value_or(theme->GetCalendarTheme().lunarColor)); in SetCalendarTheme()
/foundation/arkui/ace_engine/frameworks/core/components/calendar/
H A Dcalendar_theme.h66 Color lunarColor; member
175 theme->cardCalendarTheme_.lunarColor = in ParseCardTheme()
197 theme->calendarTheme_.lunarColor = in ParseNormalTheme()
H A Drosen_render_calendar.cpp842 lunarColor_ = RSColorQuad(calendarTheme_.lunarColor.GetValue()); in InitWorkStateStyle()
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_calendar.cpp256 { "lunarColor", [](const std::string& value, CalendarThemeStructure& theme, in SetSpecializedStyle()
257 const DomCalendar& node) { theme.lunarColor = node.ParseColor(value); } }, in SetSpecializedStyle()
/foundation/arkui/ace_engine/test/unittest/core/pattern/calendar/
H A Dcalendar_test_ng.cpp164 dayStyle.lunarColor = std::make_optional(COLOR_VALUE); in HWTEST_F()

Completed in 13 milliseconds