Searched refs:foregroundAlpha (Results 1 – 3 of 3) sorted by relevance
192 val foregroundAlpha = headerStyle.foreground.opacity in bindDataWithThemedHeaders() constant193 val colorStateList = ColorStateList.valueOf(foregroundColor).withAlpha(foregroundAlpha) in bindDataWithThemedHeaders()206 appIconImageView.imageAlpha = foregroundAlpha in bindDataWithThemedHeaders()
68 public static int compositeAlpha(int foregroundAlpha, int backgroundAlpha) { in compositeAlpha() argument69 return 0xFF - (((0xFF - backgroundAlpha) * (0xFF - foregroundAlpha)) / 0xFF); in compositeAlpha()
752 private static int compositeAlpha(int foregroundAlpha, int backgroundAlpha) { in compositeAlpha() argument753 return 0xFF - (((0xFF - backgroundAlpha) * (0xFF - foregroundAlpha)) / 0xFF); in compositeAlpha()