Searched refs:findContrastColor (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/java/com/android/internal/util/ |
D | NotificationColorUtil.java | 300 public static int findContrastColor(int color, int other, boolean findFg, double minRatio) { in findContrastColor() method in NotificationColorUtil 412 : findContrastColor(color, bg, true, 3); in ensureLargeTextContrast() 424 : findContrastColor(color, bg, true, 4.5); in ensureTextContrast() 431 color = findContrastColor(color, hintColor, false, 3.0); in ensureTextBackgroundColor() 432 return findContrastColor(color, textColor, false, 4.5); in ensureTextBackgroundColor()
|
/frameworks/base/core/java/android/app/ |
D | Notification.java | 4006 mSecondaryTextColor = NotificationColorUtil.findContrastColor( in ensureColors() 4032 mSecondaryTextColor = NotificationColorUtil.findContrastColor( in ensureColors()
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 11563 HPLcom/android/internal/util/NotificationColorUtil;->findContrastColor(IIZD)I
|