Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/notification/
DNotificationItemView.java62 private int mNotificationHeaderTextColor = Notification.COLOR_DEFAULT; field in NotificationItemView
120 if (mNotificationHeaderTextColor == Notification.COLOR_DEFAULT) { in updateHeader()
121 mNotificationHeaderTextColor = in updateHeader()
125 mHeaderText.setTextColor(mNotificationHeaderTextColor); in updateHeader()
126 mHeaderCount.setTextColor(mNotificationHeaderTextColor); in updateHeader()