Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DLegacyNotificationIconAreaControllerImpl.java86 private final ContrastColorUtil mContrastColorUtil; field in LegacyNotificationIconAreaControllerImpl
142 mContrastColorUtil = ContrastColorUtil.getInstance(context); in LegacyNotificationIconAreaControllerImpl()
489 boolean colorize = !isPreL || NotificationUtils.isGrayscale(v, mContrastColorUtil); in updateTintForIcon()