Home
last modified time | relevance | path

Searched refs:GetEntryBorderRadius (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/calendar_picker/
H A Dcalendar_picker_model_ng.cpp181 borderRadius.radiusTopLeft = theme->GetEntryBorderRadius(); in CreateCalendarNodeChild()
182 borderRadius.radiusBottomLeft = theme->GetEntryBorderRadius(); in CreateCalendarNodeChild()
183 borderRadius.radiusTopRight = theme->GetEntryBorderRadius(); in CreateCalendarNodeChild()
184 borderRadius.radiusBottomLeft = theme->GetEntryBorderRadius(); in CreateCalendarNodeChild()
263 borderRadius.SetRadius(theme->GetEntryBorderRadius()); in CreateNode()
381 borderRadius.SetRadius(theme->GetEntryBorderRadius()); in ClearBorderRadius()
566 borderRadius.SetRadius(theme->GetEntryBorderRadius()); in ClearBorderRadius()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dcalendar_picker_modifier.cpp318 ViewAbstract::SetBorderRadius(frameNode, calendarTheme->GetEntryBorderRadius()); in ResetCalendarPickerBorder()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/calendar/
H A Dcalendar_theme.h523 const Dimension& GetEntryBorderRadius() const in GetEntryBorderRadius() function