Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dcalendar_model_impl.cpp247 if (style.focusedLunarColor.has_value()) { in SetTodayStyle()
248 theme.focusedLunarColor = style.focusedLunarColor.value(); in SetTodayStyle()
/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dcalendar_composed_element.cpp261 Color focusedLunarColor = theme.focusedLunarColor; in ConvertThemeToTodayStyle() local
266 todayStyle->Put("focusedLunarColor", ConvertColorToString(focusedLunarColor).c_str()); in ConvertThemeToTodayStyle()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/calendar/
H A Dcalendar_data.h62 std::optional<Color> focusedLunarColor; member
H A Dcalendar_model_ng.cpp479 if (style.focusedLunarColor.has_value()) { in SetTodayStyle()
480 todayStyle.UpdateFocusedLunarColor(style.focusedLunarColor.value()); in SetTodayStyle()
H A Dcalendar_paint_method.cpp584 ToRSColor(paintProperty->GetFocusedLunarColor().value_or(theme->GetCalendarTheme().focusedLunarColor)); in SetCalendarTheme()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_calendar.cpp551 Color focusedLunarColor; in SetTodayStyle() local
552 if (ConvertFromJSValue(obj->GetProperty("focusedLunarColor"), focusedLunarColor)) { in SetTodayStyle()
553 todayStyle.focusedLunarColor = focusedLunarColor; in SetTodayStyle()
/foundation/arkui/ace_engine/test/unittest/core/pattern/calendar/
H A Dcalendar_test_ng.cpp194 todayStyle.focusedLunarColor = std::make_optional(COLOR_VALUE); in HWTEST_F()
634 Color focusedLunarColor = Color::WHITE; in HWTEST_F() local
635 todayStyle.UpdateFocusedLunarColor(focusedLunarColor); in HWTEST_F()
752 Color focusedLunarColor = Color::WHITE; in HWTEST_F() local
753 todayStyle.UpdateFocusedLunarColor(focusedLunarColor); in HWTEST_F()
1540 Color focusedLunarColor = Color::WHITE; in HWTEST_F() local
1541 todayStyle.UpdateFocusedLunarColor(focusedLunarColor); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_calendar.cpp250 { "focusedLunarColor", [](const std::string& value, CalendarThemeStructure& theme, in SetSpecializedStyle()
251 const DomCalendar& node) { theme.focusedLunarColor = node.ParseColor(value); } }, in SetSpecializedStyle()
/foundation/arkui/ace_engine/frameworks/core/components/calendar/
H A Dcalendar_theme.h78 Color focusedLunarColor; member
205 theme->calendarTheme_.focusedLunarColor = in ParseNormalTheme()
H A Drosen_render_calendar.cpp854 focusedLunarColor_ = RSColorQuad(calendarTheme_.focusedLunarColor.GetValue()); in InitWorkStateStyle()

Completed in 13 milliseconds