Home
last modified time | relevance | path

Searched defs:weekHeight (Results 1 - 5 of 5) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/calendar/
H A Dcalendar_data.h72 std::optional<Dimension> weekHeight; member
H A Dcalendar_month_pattern.cpp360 auto weekHeight = paintProperty->GetWeekHeight().value_or(theme->GetCalendarTheme().weekHeight).ConvertToPx(); in JudgeArea() local
734 auto weekHeight = paintProperty->GetWeekHeight().value_or(Dimension(0.0f)).ConvertToPx(); in UpdateButtonNodeWithoutTheme() local
770 auto weekHeight = paintProperty->GetWeekHeight().value_or(theme->GetCalendarTheme().weekHeight).ConvertToPx(); in UpdateAccessibilityButtonNode() local
/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dcalendar_composed_element.cpp278 Dimension weekHeight = theme.weekHeight; in ConvertThemeToWeekStyle() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_calendar.cpp589 CalcDimension weekHeight; in SetWeekStyle() local
/foundation/arkui/ace_engine/frameworks/core/components/calendar/
H A Dcalendar_theme.h98 Dimension weekHeight; member

Completed in 8 milliseconds