Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationIconAreaController.java35 private final NotificationColorUtil mNotificationColorUtil; field in NotificationIconAreaController
53 mNotificationColorUtil = NotificationColorUtil.getInstance(context); in NotificationIconAreaController()
315 boolean colorize = !isPreL || NotificationUtils.isGrayscale(v, mNotificationColorUtil); in updateTintForIcon()