Searched refs:SetDisabledColor (Results 1 – 11 of 11) sorted by relevance
101 void SetDisabledColor(const Color& disabledColor) in SetDisabledColor() function103 theme_->SetDisabledColor(disabledColor); in SetDisabledColor()
471 void SetDisabledColor(const Color& value) in SetDisabledColor() function
348 buttonDeclaration_->SetDisabledColor(buttonDeclaration_->GetBackgroundColor()); in PrepareButtonState()367 …buttonDeclaration_->SetDisabledColor(isCustomizedColor_ ? customizedColor : buttonTheme_->GetDisab… in PrepareDisabledBackgroundColor()369 buttonDeclaration_->SetDisabledColor(disabledColor_); in PrepareDisabledBackgroundColor()
56 selectComponent_->SetDisabledColor(theme_->GetDisabledColor()); in InitializeStyle()
174 stepperComponent_->SetDisabledColor(theme->GetDisabledColor()); in ResetInitializedStyle()
245 void ButtonComponent::SetDisabledColor(const Color& color) in SetDisabledColor() function in OHOS::Ace::ButtonComponent247 declaration_->SetDisabledColor(color); in SetDisabledColor()
92 void SetDisabledColor(const Color& color);
41 stepperComponent->SetDisabledColor(theme->GetDisabledColor()); in Create()
162 TextStyle& style) { component->SetDisabledColor(node.ParseColor(value)); } }, in SetChildStyle()221 …component->SetDisabledColor(component->GetBackgroundColor().BlendOpacity(theme->GetBgDisabledAlpha… in SetChildStyle()
199 void SetDisabledColor(const Color& disabledColor) in SetDisabledColor() function
434 void SetDisabledColor(const Color& color) in SetDisabledColor() function