Searched refs:mNotificationColorUtil (Results 1 - 3 of 3) sorted by last modified time

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DBaseStatusBar.java195 private NotificationColorUtil mNotificationColorUtil; field in class:BaseStatusBar
543 mNotificationColorUtil = NotificationColorUtil.getInstance(mContext);
1421 || mNotificationColorUtil.isGrayscaleIcon(iconDrawable)) {
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 DStatusBarIconController.java67 private NotificationColorUtil mNotificationColorUtil; field in class:StatusBarIconController
111 mNotificationColorUtil = NotificationColorUtil.getInstance(context);
416 boolean grayscale = mNotificationColorUtil.isGrayscaleIcon(v.getDrawable());

Completed in 101 milliseconds