Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleExperimentConfig.java236 int notifColor = entry.getSbn().getNotification().color; in createFromNotif() local
237 notifColor = ColorUtils.setAlphaComponent(notifColor, 255); in createFromNotif()
238 notifColor = ContrastColorUtil.findContrastColor(notifColor, Color.WHITE, in createFromNotif()
240 icon.setTint(notifColor); in createFromNotif()