Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dcalendar_model_impl.cpp121 if (CurrentDayStyleDataImpl.markLunarColor.has_value()) { in SetCurrentDayStyle()
122 theme.markLunarColor = CurrentDayStyleDataImpl.markLunarColor.value(); in SetCurrentDayStyle()
/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dcalendar_composed_element.cpp211 Color markLunarColor = theme.markLunarColor; in ConvertThemeToDayStyle() local
226 dayStyle->Put("markLunarColor", ConvertColorToString(markLunarColor).c_str()); in ConvertThemeToDayStyle()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_calendar.cpp392 Color markLunarColor; in SetCurrentDayStyle() local
393 if (ConvertFromJSValue(obj->GetProperty("markLunarColor"), markLunarColor)) { in SetCurrentDayStyle()
394 currentDayStyleData.markLunarColor = markLunarColor; in SetCurrentDayStyle()
480 ConvertFromJSValue(obj->GetProperty("markLunarColor"), CurrentDayStyleDataImpl.markLunarColor); in SetCurrentDayStyle()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/calendar/
H A Dcalendar_data.h29 std::optional<Color> markLunarColor; member
H A Dcalendar_model_ng.cpp244 if (currentDayStyleData.markLunarColor.has_value()) { in SetCurrentDayStyle()
245 currentDayStyle.UpdateMarkLunarColor(currentDayStyleData.markLunarColor.value()); in SetCurrentDayStyle()
H A Dcalendar_paint_method.cpp587 markLunarColor_ = ToRSColor(paintProperty->GetMarkLunarColor().value_or(theme->GetCalendarTheme().markLunarColor)); in SetCalendarTheme()
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_calendar.cpp268 { "markLunarColor", [](const std::string& value, CalendarThemeStructure& theme, in SetSpecializedStyle()
269 const DomCalendar& node) { theme.markLunarColor = node.ParseColor(value); } }, in SetSpecializedStyle()
/foundation/arkui/ace_engine/frameworks/core/components/calendar/
H A Dcalendar_theme.h83 Color markLunarColor; member
177 theme->cardCalendarTheme_.markLunarColor = in ParseCardTheme()
H A Drosen_render_calendar.cpp857 markLunarColor_ = RSColorQuad(calendarTheme_.markLunarColor.GetValue()); in InitWorkStateStyle()
/foundation/arkui/ace_engine/test/unittest/core/pattern/calendar/
H A Dcalendar_test_ng.cpp165 dayStyle.markLunarColor = std::make_optional(COLOR_VALUE); in HWTEST_F()

Completed in 12 milliseconds