Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dcalendar_model_impl.cpp280 if (style.weekFontSize.has_value()) { in SetWeekStyle()
281 theme.weekFontSize = style.weekFontSize.value(); in SetWeekStyle()
/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dcalendar_composed_element.cpp277 Dimension weekFontSize = theme.weekFontSize; in ConvertThemeToWeekStyle() local
285 weekStyle->Put("weekFontSize", std::to_string(weekFontSize.Value()).c_str()); in ConvertThemeToWeekStyle()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/calendar/
H A Dcalendar_data.h71 std::optional<Dimension> weekFontSize; member
H A Dcalendar_model_ng.cpp536 if (style.weekFontSize.has_value()) { in SetWeekStyle()
537 weekStyle.UpdateWeekFontSize(style.weekFontSize.value()); in SetWeekStyle()
H A Dcalendar_paint_method.cpp597 weekFontSize_ = paintProperty->GetWeekFontSize().value_or(theme->GetCalendarTheme().weekFontSize).ConvertToPx(); in SetCalendarTheme()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_calendar.cpp585 CalcDimension weekFontSize; in SetWeekStyle() local
586 if (ParseJsDimensionFp(obj->GetProperty("weekFontSize"), weekFontSize)) { in SetWeekStyle()
587 weekStyle.weekFontSize = weekFontSize; in SetWeekStyle()
/foundation/arkui/ace_engine/frameworks/core/components/calendar/
H A Dcalendar_theme.h87 Dimension weekFontSize; member
374 theme->calendarTheme_.weekFontSize = pattern->GetAttr<Dimension>("calendar_week_font_size", 14.0_fp); in ParseCalendarThemePattern()
445 theme->cardCalendarTheme_.weekFontSize = in ParseCardCalendarThemePattern()
H A Drosen_render_calendar.cpp164 weekFontSize_ = NormalizeToPx(calendarTheme_.weekFontSize); in PerformLayout()
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_calendar.cpp330 { "weekFontSize", [](const std::string& value, CalendarThemeStructure& theme, in SetSpecializedStyle()
331 const DomCalendar& node) { theme.weekFontSize = node.ParseDimension(value); } }, in SetSpecializedStyle()
/foundation/arkui/ace_engine/test/unittest/core/pattern/calendar/
H A Dcalendar_test_ng.cpp201 weekStyle.weekFontSize = std::make_optional(SIZE_VALUE); in HWTEST_F()

Completed in 13 milliseconds