Home
last modified time | relevance | path

Searched refs:blendOpacity_ (Results 1 - 4 of 4) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_button.cpp95 blendOpacity_ = buttonDeclaration_->GetBlendOpacity(); in PrepareSpecializedComponent()
358 edge_.SetColor(edge_.GetColor().BlendOpacity(blendOpacity_)); in PrepareDisabledBackgroundColor()
360 buttonDeclaration_->SetProgressColor(buttonDeclaration_->GetProgressColor().BlendOpacity(blendOpacity_)); in PrepareDisabledBackgroundColor()
366 Color customizedColor = (isWatch_ ? bgColor : bgColor.BlendOpacity(blendOpacity_)); in PrepareDisabledBackgroundColor()
379 displayChild->SetOpacity(blendOpacity_); in PrepareDisabledChildStyle()
387 Color textColor = textStyle_.GetTextColor().BlendOpacity(blendOpacity_); in PrepareDisabledChildStyle()
409 buttonDeclaration_->SetFocusColor(focusColor_.BlendOpacity(blendOpacity_)); in PrepareWaiting()
410 buttonDeclaration_->SetFocusAnimationColor(buttonTheme_->GetBgFocusColor().BlendOpacity(blendOpacity_)); in PrepareWaiting()
H A Ddom_toggle.cpp50 blendOpacity_ = toggleTheme_->GetDisabledAlpha(); in ResetInitializedStyle()
211 textStyle_.SetTextColor(textStyle_.GetTextColor().BlendOpacity(blendOpacity_)); in PrepareDisabledStyle()
212 toggleChild_->SetBackgroundColor(toggleChild_->GetBackgroundColor().BlendOpacity(blendOpacity_)); in PrepareDisabledStyle()
213 toggleChild_->SetCheckedColor(toggleChild_->GetCheckedColor().BlendOpacity(blendOpacity_)); in PrepareDisabledStyle()
H A Ddom_toggle.h62 double blendOpacity_ = 1.0; member in OHOS::Ace::Framework::final
H A Ddom_button.h93 double blendOpacity_ = 0.0; member in OHOS::Ace::Framework::final

Completed in 2 milliseconds