Loading core/java/android/app/Notification.java +2 −2 Original line number Diff line number Diff line Loading @@ -11932,7 +11932,7 @@ public class Notification implements Parcelable } /** * Finds steps and points fill color with sufficient contrast over bg (1.3:1) that * Finds steps and points fill color with sufficient contrast over bg (3:1) that * has the same hue as the original color, but is lightened or darkened depending on * whether the background is dark or light. * Loading @@ -11945,7 +11945,7 @@ public class Notification implements Parcelable return Builder.ensureColorContrast( Color.alpha(color) == 0 ? defaultColor : color, bg, 1.3); 3); } /** Loading Loading
core/java/android/app/Notification.java +2 −2 Original line number Diff line number Diff line Loading @@ -11932,7 +11932,7 @@ public class Notification implements Parcelable } /** * Finds steps and points fill color with sufficient contrast over bg (1.3:1) that * Finds steps and points fill color with sufficient contrast over bg (3:1) that * has the same hue as the original color, but is lightened or darkened depending on * whether the background is dark or light. * Loading @@ -11945,7 +11945,7 @@ public class Notification implements Parcelable return Builder.ensureColorContrast( Color.alpha(color) == 0 ? defaultColor : color, bg, 1.3); 3); } /** Loading