Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationIconContainer.java147 private boolean mOverrideIconColor; field in NotificationIconContainer
290 + " overrideIconColor=" + mOverrideIconColor in toString()
298 + " overrideIconColor=" + mOverrideIconColor in toString()
810 mOverrideIconColor = inShelf; in setInNotificationIconShelf()
815 mOverrideIconColor = override; in setOverrideIconColor()
926 if (mOverrideIconColor) { in applyToView()
931 icon.setIconColor(mOverrideIconColor ? mThemedTextColorPrimary : iconColor, in applyToView()