Searched refs:contrastChange (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/core/java/com/android/internal/util/ |
D | NotificationColorUtil.java | 435 private static String contrastChange(int colorOld, int colorNew, int bg) { in contrastChange() method in NotificationColorUtil 491 NotificationColorUtil.contrastChange(resolvedColor, color, actionBg), in resolveContrastColor() 492 NotificationColorUtil.contrastChange(resolvedColor, color, backgroundColor), in resolveContrastColor() 526 NotificationColorUtil.contrastChange(resolvedColor, color, Color.BLACK), in resolveAmbientColor()
|