Searched refs:isCustomizedColor_ (Results 1 – 2 of 2) sorted by relevance
233 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()
98 bool isCustomizedColor_ = false; variable