Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/checkbox/
H A Dcheckbox_paint_property.cpp41 checkboxTheme->GetInactiveColor()).ColorToString().c_str(), filter); in ToJsonValue()
H A Dcheckbox_paint_method.h48 auto borderColor = isSelect ? Color::TRANSPARENT : checkBoxTheme->GetInactiveColor(); in GetContentModifier()
H A Dcheckbox_model_ng.cpp237 value = theme->GetInactiveColor(); in GetUnSelectedColor()
H A Dcheckbox_paint_method.cpp92 inactiveColor_ = checkBoxTheme->GetInactiveColor(); in InitializeParam()
H A Dcheckbox_pattern.cpp835 checkBoxPaintProperty->UpdateCheckBoxUnSelectedColor(checkBoxTheme->GetInactiveColor()); in OnColorConfigurationUpdate()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/checkboxgroup/
H A Dcheckboxgroup_paint_property.cpp44 checkboxTheme->GetInactiveColor()).ColorToString().c_str(), filter); in ToJsonValue()
H A Dcheckboxgroup_pattern.cpp549 paintParameters.inactiveColor = checkBoxTheme->GetInactiveColor(); in InitializeModifierParam()
610 … checkBoxGroupPaintProperty->UpdateCheckBoxGroupUnSelectedColor(checkBoxTheme->GetInactiveColor()); in OnColorConfigurationUpdate()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/radio/
H A Dradio_paint_property.h70 … GetRadioUncheckedBorderColor().value_or(radioTheme->GetInactiveColor()).ColorToString().c_str()); in ToJsonValue()
H A Dradio_paint_method.h76 …r_ = paintProperty->GetRadioUncheckedBorderColor().value_or(Color(radioTheme->GetInactiveColor())); in UpdateContentModifier()
H A Dradio_paint_method.cpp57 …Color_ = AceType::MakeRefPtr<AnimatablePropertyColor>(LinearColor(radioTheme->GetInactiveColor())); in RadioModifier()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/checkable/
H A Dcheckable_component.cpp46 inactiveColor_ = theme->GetInactiveColor(); in ApplyTheme()
H A Drender_checkable.cpp38 inactiveColor_ = checkable->GetInactiveColor().GetValue(); in Update()
H A Dcheckable_component.h210 const Color& GetInactiveColor() const in GetInactiveColor() function
H A Dcheckable_theme.h41 const Color& GetInactiveColor() const in GetInactiveColor() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_radio.cpp316 RadioModel::GetInstance()->SetUncheckedBorderColor(theme->GetInactiveColor()); in JsRadioStyle()
334 uncheckedBorderColorVal = theme->GetInactiveColor(); in JsRadioStyle()
H A Djs_checkboxgroup.cpp220 unSelectedColor = theme->GetInactiveColor(); in UnSelectedColor()
H A Djs_checkbox.cpp268 unSelectedColor = theme->GetInactiveColor(); in UnSelectedColor()
H A Djs_toggle.cpp458 unselectedColor = theme->GetInactiveColor(); in SwitchStyle()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dcheckboxgroup_modifier.cpp61 CheckBoxGroupModelNG::SetUnSelectedColor(frameNode, checkBoxTheme->GetInactiveColor()); in ResetCheckboxGroupUnSelectedColor()
H A Dnode_checkbox_modifier.cpp169 CheckBoxModelNG::SetUnSelectedColor(frameNode, checkBoxTheme->GetInactiveColor()); in ResetUnSelectedColor()
H A Dradio_modifier.cpp73 RadioModelNG::SetUncheckedBorderColor(frameNode, theme->GetInactiveColor()); in ResetRadioStyle()
H A Dnode_toggle_modifier.cpp293 unselectedColor = switchTheme->GetInactiveColor(); in ResetToggleUnselectedColor()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_radio_bridge.cpp95 uncheckedBorderColorVal = radioTheme->GetInactiveColor(); in SetRadioStyle()