Home
last modified time | relevance | path

Searched refs:findContrastColor (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/com/android/internal/util/
DNotificationColorUtil.java300 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()
437 : findContrastColor(color, bg, true, minRatio); in ensureContrast()
444 color = findContrastColor(color, hintColor, false, 3.0); in ensureTextBackgroundColor()
445 return findContrastColor(color, textColor, false, 4.5); in ensureTextBackgroundColor()
/frameworks/base/core/java/android/app/
DNotification.java4498 mSecondaryTextColor = NotificationColorUtil.findContrastColor( in ensureColors()
4524 mSecondaryTextColor = NotificationColorUtil.findContrastColor( in ensureColors()
/frameworks/base/config/
Dboot-image-profile.txt10206 HPLcom/android/internal/util/NotificationColorUtil;->findContrastColor(IIZD)I
Dhiddenapi-private-dex.txt122876 Lcom/android/internal/util/NotificationColorUtil;->findContrastColor(IIZD)I