Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/calendar_picker/
H A Dcalendar_picker_layout_property.h86 …textStyle->Put("color", GetColor().value_or(calendarTheme->GetEntryFontColor()).ColorToString().c_… in ToJsonValue()
H A Dcalendar_picker_model_ng.cpp236 textLayoutProperty->UpdateTextColor(calendarTheme->GetEntryFontColor()); in CreateDateTextNode()
303 …ndarPickerLayoutProperty, Color, textStyle.textColor.value_or(calendarTheme->GetEntryFontColor())); in SetTextStyle()
354 textStyle.textColor.value_or(calendarTheme->GetEntryFontColor()), frameNode); in SetTextStyle()
458 …ckerProperty->HasColor() ? calendarPickerProperty->GetColor() : calendarTheme->GetEntryFontColor(); in GetTextStyle()
H A Dcalendar_picker_pattern.cpp379 layoutProperty->GetColor().value_or(calendarTheme->GetEntryFontColor())); in ResetTextStateByNode()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dcalendar_picker_modifier.cpp129 textStyle.textColor = calendarTheme->GetEntryFontColor(); in ResetTextStyle()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_calendar_picker_bridge.cpp64 Color textColor = calendarTheme->GetEntryFontColor(); in SetTextStyle()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/calendar/
H A Dcalendar_theme.h763 const Color& GetEntryFontColor() const in GetEntryFontColor() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_calendar_picker.cpp268 textStyle.textColor = calendarTheme->GetEntryFontColor(); in SetTextStyle()