Home
last modified time | relevance | path

Searched refs:GetCalendarTitleRowTopPadding (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/calendar_picker/
H A Dcalendar_dialog_view.cpp120 padding.top = CalcLength(theme->GetCalendarTitleRowTopPadding()); in CreateChildNode()
121 …padding.bottom = CalcLength(theme->GetCalendarTitleRowTopPadding() - CALENDAR_DISTANCE_ADJUST_FOCU… in CreateChildNode()
813 …margin.bottom = CalcLength(theme->GetCalendarTitleRowTopPadding() + CALENDAR_DISTANCE_ADJUST_FOCUS… in UpdateOptionLayoutProps()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/calendar/
H A Dcalendar_theme.h633 const Dimension& GetCalendarTitleRowTopPadding() const in GetCalendarTitleRowTopPadding() function