Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_button.cpp233 if (isCustomizedColor_ && isTv_) { in PrepareCapsuleButton()
242 if (!isCustomizedColor_) { in PrepareTextButton()
280 if (isCustomizedColor_ && isTv_) { in PrepareCircleButton()
307 if (!isCustomizedColor_) { in PrepareDownloadButton()
367 …buttonDeclaration_->SetDisabledColor(isCustomizedColor_ ? customizedColor : buttonTheme_->GetDisab… in PrepareDisabledBackgroundColor()
388 … textStyle_.SetTextColor(isCustomizedColor_ ? textColor : buttonTheme_->GetTextDisabledColor()); in PrepareDisabledChildStyle()
432 if (!isCustomizedColor_) { in PrepareWaitingWithText()
454 if (!isCustomizedColor_) { in PrepareBorderStyle()
550 isCustomizedColor_ = buttonDeclaration_->GetBackgroundColor() != buttonTheme_->GetBgColor(); in UpdateCustomizedColorFlag()
H A Ddom_button.h98 bool isCustomizedColor_ = false; variable