Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/calendar_picker/
Dcalendar_dialog_view.cpp118 margin.left = CalcLength(theme->GetCalendarTitleRowLeftRightPadding()); in CreateTitleNode()
119 margin.right = CalcLength(theme->GetCalendarTitleRowLeftRightPadding()); in CreateTitleNode()
/foundation/arkui/ace_engine/frameworks/core/components/calendar/
Dcalendar_theme.h500 const Dimension& GetCalendarTitleRowLeftRightPadding() const in GetCalendarTitleRowLeftRightPadding() function