Home
last modified time | relevance | path

Searched refs:GetEntryBorderColor (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_model_ng.cpp119 borderColor.SetColor(theme->GetEntryBorderColor()); in CreateButtonChild()
260 borderColor.SetColor(theme->GetEntryBorderColor()); in CreateNode()
368 borderColor.SetColor(theme->GetEntryBorderColor()); in ClearBorderColor()
554 borderColor.SetColor(theme->GetEntryBorderColor()); in ClearBorderColor()
H A Dcalendar_picker_pattern.cpp132 borderColor.SetColor(theme->GetEntryBorderColor()); in UpdateEntryButtonColor()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dcalendar_picker_modifier.cpp317 ViewAbstract::SetBorderColor(frameNode, calendarTheme->GetEntryBorderColor()); in ResetCalendarPickerBorder()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_calendar_picker_bridge.cpp206 nativeNode, calendarTheme->GetEntryBorderColor().GetValue()); in SetCalendarPickerBorder()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/calendar/
H A Dcalendar_theme.h518 const Color& GetEntryBorderColor() const in GetEntryBorderColor() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_calendar_picker.cpp230 ViewAbstractModel::GetInstance()->SetBorderColor(theme->GetEntryBorderColor()); in ParseCalendarPickerBorderColor()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/calendar_picker/
H A Dcalendar_picker_test_ng.cpp189 … EXPECT_EQ(borderColor->leftColor->ColorToString(), theme->GetEntryBorderColor().ColorToString());