Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dcalendar_model_impl.cpp316 if (style.offDayMarkSize.has_value()) { in SetWorkStateStyle()
317 theme.offDayMarkSize = style.offDayMarkSize.value(); in SetWorkStateStyle()
/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dcalendar_composed_element.cpp298 Dimension offDayMarkSize = theme.offDayMarkSize; in ConvertThemeToWorkStateStyle() local
306 workStateStyle->Put("offDayMarkSize", std::to_string(offDayMarkSize.Value()).c_str()); in ConvertThemeToWorkStateStyle()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/calendar/
H A Dcalendar_data.h81 std::optional<Dimension> offDayMarkSize; member
H A Dcalendar_model_ng.cpp606 if (style.offDayMarkSize.has_value()) { in SetWorkStateStyle()
607 workStateStyle.UpdateOffDayMarkSize(style.offDayMarkSize.value()); in SetWorkStateStyle()
H A Dcalendar_paint_method.cpp604 paintProperty->GetOffDayMarkSize().value_or(theme->GetCalendarTheme().offDayMarkSize).ConvertToPx(); in SetCalendarTheme()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_calendar.cpp623 CalcDimension offDayMarkSize; in SetWorkStateStyle() local
624 if (ConvertFromJSValue(obj->GetProperty("offDayMarkSize"), offDayMarkSize)) { in SetWorkStateStyle()
625 workStateStyle.offDayMarkSize = offDayMarkSize; in SetWorkStateStyle()
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_calendar.cpp288 { "offDayMarkSize", [](const std::string& value, CalendarThemeStructure& theme, in SetSpecializedStyle()
289 const DomCalendar& node) { theme.offDayMarkSize = node.ParseDimension(value); } }, in SetSpecializedStyle()
/foundation/arkui/ace_engine/frameworks/core/components/calendar/
H A Dcalendar_theme.h91 Dimension offDayMarkSize; member
379 theme->calendarTheme_.offDayMarkSize = in ParseCalendarThemePattern()
H A Drosen_render_calendar.cpp168 offDayMarkSize_ = NormalizeToPx(calendarTheme_.offDayMarkSize); in PerformLayout()
/foundation/arkui/ace_engine/test/unittest/core/pattern/calendar/
H A Dcalendar_test_ng.cpp209 workStateStyle.offDayMarkSize = std::make_optional(SIZE_VALUE); in HWTEST_F()

Completed in 12 milliseconds