Searched refs:disabledColor (Results 1 – 1 of 1) sorted by relevance
186 int disabledColor = in updateButtonBackgroundWithPartnerConfig() local189 updateButtonBackgroundTintList(context, button, color, disabledAlpha, disabledColor); in updateButtonBackgroundWithPartnerConfig()198 @ColorInt int disabledColor) { in updateButtonBackgroundTintList() argument210 if (disabledColor == Color.TRANSPARENT) { in updateButtonBackgroundTintList()212 disabledColor = color; in updateButtonBackgroundTintList()219 new int[] {convertRgbToArgb(disabledColor, disabledAlpha), color}); in updateButtonBackgroundTintList()