Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/calendar_picker/
H A Dcalendar_picker_model_ng.cpp455 auto calendarPickerProperty = frameNode->GetLayoutProperty<CalendarPickerLayoutProperty>(); in GetTextStyle() local
456 CHECK_NULL_RETURN(calendarPickerProperty, textStyle); in GetTextStyle()
458calendarPickerProperty->HasColor() ? calendarPickerProperty->GetColor() : calendarTheme->GetEntryF… in GetTextStyle()
459 … textStyle.fontSize = calendarPickerProperty->HasFontSize() ? calendarPickerProperty->GetFontSize() in GetTextStyle()
462calendarPickerProperty->HasWeight() ? calendarPickerProperty->GetWeight() : FontWeight::NORMAL; in GetTextStyle()