Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_button.cpp366 Color customizedColor = (isWatch_ ? bgColor : bgColor.BlendOpacity(blendOpacity_)); in PrepareDisabledBackgroundColor() local
367 …buttonDeclaration_->SetDisabledColor(isCustomizedColor_ ? customizedColor : buttonTheme_->GetDisab… in PrepareDisabledBackgroundColor()