/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/checkbox/ |
H A D | checkbox_paint_property.cpp | 41 checkboxTheme->GetInactiveColor()).ColorToString().c_str(), filter); in ToJsonValue()
|
H A D | checkbox_paint_method.h | 48 auto borderColor = isSelect ? Color::TRANSPARENT : checkBoxTheme->GetInactiveColor(); in GetContentModifier()
|
H A D | checkbox_model_ng.cpp | 237 value = theme->GetInactiveColor(); in GetUnSelectedColor()
|
H A D | checkbox_paint_method.cpp | 92 inactiveColor_ = checkBoxTheme->GetInactiveColor(); in InitializeParam()
|
H A D | checkbox_pattern.cpp | 835 checkBoxPaintProperty->UpdateCheckBoxUnSelectedColor(checkBoxTheme->GetInactiveColor()); in OnColorConfigurationUpdate()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/checkboxgroup/ |
H A D | checkboxgroup_paint_property.cpp | 44 checkboxTheme->GetInactiveColor()).ColorToString().c_str(), filter); in ToJsonValue()
|
H A D | checkboxgroup_pattern.cpp | 549 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 D | radio_paint_property.h | 70 … GetRadioUncheckedBorderColor().value_or(radioTheme->GetInactiveColor()).ColorToString().c_str()); in ToJsonValue()
|
H A D | radio_paint_method.h | 76 …r_ = paintProperty->GetRadioUncheckedBorderColor().value_or(Color(radioTheme->GetInactiveColor())); in UpdateContentModifier()
|
H A D | radio_paint_method.cpp | 57 …Color_ = AceType::MakeRefPtr<AnimatablePropertyColor>(LinearColor(radioTheme->GetInactiveColor())); in RadioModifier()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/checkable/ |
H A D | checkable_component.cpp | 46 inactiveColor_ = theme->GetInactiveColor(); in ApplyTheme()
|
H A D | render_checkable.cpp | 38 inactiveColor_ = checkable->GetInactiveColor().GetValue(); in Update()
|
H A D | checkable_component.h | 210 const Color& GetInactiveColor() const in GetInactiveColor() function
|
H A D | checkable_theme.h | 41 const Color& GetInactiveColor() const in GetInactiveColor() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_radio.cpp | 316 RadioModel::GetInstance()->SetUncheckedBorderColor(theme->GetInactiveColor()); in JsRadioStyle() 334 uncheckedBorderColorVal = theme->GetInactiveColor(); in JsRadioStyle()
|
H A D | js_checkboxgroup.cpp | 220 unSelectedColor = theme->GetInactiveColor(); in UnSelectedColor()
|
H A D | js_checkbox.cpp | 268 unSelectedColor = theme->GetInactiveColor(); in UnSelectedColor()
|
H A D | js_toggle.cpp | 458 unselectedColor = theme->GetInactiveColor(); in SwitchStyle()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | checkboxgroup_modifier.cpp | 61 CheckBoxGroupModelNG::SetUnSelectedColor(frameNode, checkBoxTheme->GetInactiveColor()); in ResetCheckboxGroupUnSelectedColor()
|
H A D | node_checkbox_modifier.cpp | 169 CheckBoxModelNG::SetUnSelectedColor(frameNode, checkBoxTheme->GetInactiveColor()); in ResetUnSelectedColor()
|
H A D | radio_modifier.cpp | 73 RadioModelNG::SetUncheckedBorderColor(frameNode, theme->GetInactiveColor()); in ResetRadioStyle()
|
H A D | node_toggle_modifier.cpp | 293 unselectedColor = switchTheme->GetInactiveColor(); in ResetToggleUnselectedColor()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_radio_bridge.cpp | 95 uncheckedBorderColorVal = radioTheme->GetInactiveColor(); in SetRadioStyle()
|