Home
last modified time | relevance | path

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

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