Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/Notification/src/com/android/car/notification/template/
H A DCarNotificationBaseViewHolder.java98 private boolean mEnableSmallIconAccentColor; field in CarNotificationBaseViewHolder
141 mEnableSmallIconAccentColor = in CarNotificationBaseViewHolder()
260 if (mEnableSmallIconAccentColor && color != Notification.COLOR_DEFAULT) { in getAccentColor()