Searched refs:workStateWidth (Results 1 - 10 of 10) sorted by relevance
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | calendar_model_impl.cpp | 319 if (style.workStateWidth.has_value()) { in SetWorkStateStyle() 320 theme.workStateWidth = style.workStateWidth.value(); in SetWorkStateStyle()
|
/foundation/arkui/ace_engine/frameworks/core/components/calendar/ |
H A D | rosen_render_calendar.cpp | 200 workStateWidth_ = NormalizeToPx(calendarTheme_.workStateWidth); in PerformLayout() 780 static const Dimension workStateWidth = 8.0_vp; in InitWorkStateStyle() local 787 offset.GetY() + NormalizeToPx(workStateYAxisOffset), NormalizeToPx(workStateWidth), in InitWorkStateStyle() 788 NormalizeToPx(workStateWidth) }; in InitWorkStateStyle() 791 offset.GetY() + NormalizeToPx(workStateYAxisOffset), NormalizeToPx(workStateWidth), in InitWorkStateStyle() 792 NormalizeToPx(workStateWidth) }; in InitWorkStateStyle() 796 workStateStyle.font_size = NormalizeToPx(workStateWidth); in InitWorkStateStyle() 798 workStateStyle.fontSize = NormalizeToPx(workStateWidth); in InitWorkStateStyle()
|
H A D | calendar_theme.h | 94 Dimension workStateWidth; member 384 theme->calendarTheme_.workStateWidth = pattern->GetAttr<Dimension>("work_state_width", 16.0_vp); in ParseCalendarThemePattern()
|
/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/ |
H A D | calendar_composed_element.cpp | 299 Dimension workStateWidth = theme.workStateWidth; in ConvertThemeToWorkStateStyle() local 307 workStateStyle->Put("workStateWidth", std::to_string(workStateWidth.Value()).c_str()); in ConvertThemeToWorkStateStyle()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/calendar/ |
H A D | calendar_data.h | 82 std::optional<Dimension> workStateWidth; member
|
H A D | calendar_model_ng.cpp | 610 if (style.workStateWidth.has_value()) { in SetWorkStateStyle() 611 workStateStyle.UpdateWorkStateWidth(style.workStateWidth.value()); in SetWorkStateStyle()
|
H A D | calendar_paint_method.cpp | 652 ? theme->GetCalendarTheme().workStateWidth.ConvertToPx() in SetCalendarTheme()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_calendar.cpp | 627 CalcDimension workStateWidth; in SetWorkStateStyle() local 628 if (ConvertFromJSValue(obj->GetProperty("workStateWidth"), workStateWidth)) { in SetWorkStateStyle() 629 workStateStyle.workStateWidth = workStateWidth; in SetWorkStateStyle()
|
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/ |
H A D | dom_calendar.cpp | 354 { "workStateWidth", [](const std::string& value, CalendarThemeStructure& theme, in SetSpecializedStyle() 355 const DomCalendar& node) { theme.workStateWidth = node.ParseDimension(value); } }, in SetSpecializedStyle()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/calendar/ |
H A D | calendar_test_ng.cpp | 210 workStateStyle.workStateWidth = std::make_optional(SIZE_VALUE); in HWTEST_F()
|
Completed in 18 milliseconds