Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/calendar_picker/
Dcalendar_picker_layout_property.h81 …textStyle->Put("color", GetColor().value_or(calendarTheme->GetEntryFontColor()).ColorToString().c_… in ToJsonValue()
Dcalendar_picker_model_ng.cpp233 textLayoutProperty->UpdateTextColor(calendarTheme->GetEntryFontColor()); in CreateDateTextNode()
257 …ndarPickerLayoutProperty, Color, textStyle.textColor.value_or(calendarTheme->GetEntryFontColor())); in SetTextStyle()
308 textStyle.textColor.value_or(calendarTheme->GetEntryFontColor()), frameNode); in SetTextStyle()
Dcalendar_picker_pattern.cpp260 …Property->UpdateTextColor(layoutProperty->GetColor().value_or(calendarTheme->GetEntryFontColor())); in ResetTextStateByNode()
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
Dcalendar_picker_modifier.cpp58 textStyle.textColor = calendarTheme->GetEntryFontColor(); in ResetTextStyle()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
Darkts_native_calendar_picker_bridge.cpp66 Color textColor = calendarTheme->GetEntryFontColor(); in SetTextStyle()
/foundation/arkui/ace_engine/frameworks/core/components/calendar/
Dcalendar_theme.h615 const Color& GetEntryFontColor() const in GetEntryFontColor() function
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
Djs_calendar_picker.cpp168 textStyle.textColor = calendarTheme->GetEntryFontColor(); in SetTextStyle()