Searched defs:mNotificationColorUtil (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationOverflowIconsView.java38 private NotificationColorUtil mNotificationColorUtil; field in class:NotificationOverflowIconsView
47 mNotificationColorUtil = NotificationColorUtil.getInstance(getContext());
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationIconAreaController.java27 private final NotificationColorUtil mNotificationColorUtil; field in class:NotificationIconAreaController
41 mNotificationColorUtil = NotificationColorUtil.getInstance(context);
204 boolean colorize = !isPreL || NotificationUtils.isGrayscale(v, mNotificationColorUtil);

Completed in 179 milliseconds