Searched refs:convertRgbToArgb (Results 1 – 1 of 1) sorted by relevance
219 new int[] {convertRgbToArgb(disabledColor, disabledAlpha), color}); in updateButtonBackgroundTintList()274 new int[] {convertRgbToArgb(textColor, rippleAlpha), Color.TRANSPARENT}); in updateButtonRippleColor()407 private static int convertRgbToArgb(@ColorInt int color, float alpha) { in convertRgbToArgb() method in FooterButtonStyleUtils