| D | ColorUtils.java | 55 public static int compositeColors(@ColorInt int foreground, @ColorInt int background) { in compositeColors() method in ColorUtils 93 public static @NonNull Color compositeColors(@NonNull Color foreground, in compositeColors() method in ColorUtils 95 return Api26Impl.compositeColors(foreground, background); in compositeColors() 104 static Color compositeColors(Color foreground, Color background) { in compositeColors() method in ColorUtils.Api26Impl 179 foreground = compositeColors(foreground, background); in calculateContrast()
|