Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/src/com/android/car/notification/
DNotificationUtils.java149 return getContrastedForegroundColor(notificationColor, backgroundColor, MIN_CONTRAST_RATIO); in resolveContrastColor()
265 private static int getContrastedForegroundColor( in getContrastedForegroundColor() method in NotificationUtils