Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationIconContainer.java172 private int mThemedTextColorPrimary; field in NotificationIconContainer
193 mThemedTextColorPrimary = Utils.getColorAttr(themedContext, in initResources()
293 + ", themedTextColorPrimary=#" + Integer.toHexString(mThemedTextColorPrimary) in toString()
300 + " themedTextColorPrimary=#" + Integer.toHexString(mThemedTextColorPrimary) in toString()
927 icon.setIconColor(mThemedTextColorPrimary, in applyToView()
931 icon.setIconColor(mOverrideIconColor ? mThemedTextColorPrimary : iconColor, in applyToView()