Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/calendar_picker/
Dcalendar_picker_model_ng.cpp49 borderColor.SetColor(theme->GetEntryBorderColor()); in Create()
119 borderColor.SetColor(theme->GetEntryBorderColor()); in CreateButtonChild()
Dcalendar_picker_pattern.cpp77 borderColor.SetColor(theme->GetEntryBorderColor()); in UpdateEntryButtonColor()
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
Dcalendar_picker_modifier.cpp166 ViewAbstract::SetBorderColor(frameNode, calendarTheme->GetEntryBorderColor()); in ResetCalendarPickerBorder()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
Darkts_native_calendar_picker_bridge.cpp205 nativeNode, calendarTheme->GetEntryBorderColor().GetValue()); in SetCalendarPickerBorder()
/foundation/arkui/ace_engine/frameworks/core/components/calendar/
Dcalendar_theme.h410 const Color& GetEntryBorderColor() const in GetEntryBorderColor() function
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
Djs_calendar_picker.cpp128 ViewAbstractModel::GetInstance()->SetBorderColor(theme->GetEntryBorderColor()); in ParseCalendarPickerBorderColor()
/foundation/arkui/ace_engine/test/unittest/core/pattern/calendar_picker/
Dcalendar_picker_test_ng.cpp187 … EXPECT_EQ(borderColor->leftColor->ColorToString(), theme->GetEntryBorderColor().ColorToString());