Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationIconContainer.java168 private int mThemedTextColorPrimary; field in NotificationIconContainer
187 mThemedTextColorPrimary = Utils.getColorAttr(themedContext, in initResources()
285 + " themedTextColorPrimary=#" + Integer.toHexString(mThemedTextColorPrimary) + ')'; in toString()
804 icon.setIconColor(mInNotificationIconShelf ? mThemedTextColorPrimary : iconColor, in applyToView()