Home
last modified time | relevance | path

Searched refs:SetDisabledColor (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/select/
H A Dselect_component.h101 void SetDisabledColor(const Color& disabledColor) in SetDisabledColor() function
103 theme_->SetDisabledColor(disabledColor); in SetDisabledColor()
H A Dselect_theme.h471 void SetDisabledColor(const Color& value) in SetDisabledColor() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_button.cpp348 buttonDeclaration_->SetDisabledColor(buttonDeclaration_->GetBackgroundColor()); in PrepareButtonState()
367 …buttonDeclaration_->SetDisabledColor(isCustomizedColor_ ? customizedColor : buttonTheme_->GetDisab… in PrepareDisabledBackgroundColor()
369 buttonDeclaration_->SetDisabledColor(disabledColor_); in PrepareDisabledBackgroundColor()
H A Ddom_select.cpp56 selectComponent_->SetDisabledColor(theme_->GetDisabledColor()); in InitializeStyle()
H A Ddom_stepper.cpp174 stepperComponent_->SetDisabledColor(theme->GetDisabledColor()); in ResetInitializedStyle()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/button/
H A Dbutton_component.cpp245 void ButtonComponent::SetDisabledColor(const Color& color) in SetDisabledColor() function in OHOS::Ace::ButtonComponent
247 declaration_->SetDisabledColor(color); in SetDisabledColor()
H A Dbutton_component.h92 void SetDisabledColor(const Color& color);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dstepper_model_impl.cpp41 stepperComponent->SetDisabledColor(theme->GetDisabledColor()); in Create()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/input/
H A Ddom_button_util.cpp162 TextStyle& style) { component->SetDisabledColor(node.ParseColor(value)); } }, in SetChildStyle()
221 …component->SetDisabledColor(component->GetBackgroundColor().BlendOpacity(theme->GetBgDisabledAlpha… in SetChildStyle()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/stepper/
H A Dstepper_component.h199 void SetDisabledColor(const Color& disabledColor) in SetDisabledColor() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/button/
H A Dbutton_declaration.h434 void SetDisabledColor(const Color& color) in SetDisabledColor() function