Home
last modified time | relevance | path

Searched refs:GetCalendarTitleRowLeftRightPadding (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.cpp232 margin.left = CalcLength(theme->GetCalendarTitleRowLeftRightPadding()); in CreateTitleNode()
233 margin.right = CalcLength(theme->GetCalendarTitleRowLeftRightPadding()); in CreateTitleNode()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/calendar/
H A Dcalendar_theme.h638 const Dimension& GetCalendarTitleRowLeftRightPadding() const in GetCalendarTitleRowLeftRightPadding() function