Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/notification/
DNotificationMainView.java65 private NotificationInfo mNotificationInfo; field in NotificationMainView
107 if (mNotificationInfo != null) { in updateBackgroundColor()
108 mIconView.setBackground(mNotificationInfo.getIconForBackground(getContext(), in updateBackgroundColor()
132 mNotificationInfo = mainNotification; in applyNotificationInfo()
135 listener.setNotificationsShown(new String[] {mNotificationInfo.notificationKey}); in applyNotificationInfo()
137 CharSequence title = mNotificationInfo.title; in applyNotificationInfo()
138 CharSequence text = mNotificationInfo.text; in applyNotificationInfo()
147 mIconView.setBackground(mNotificationInfo.getIconForBackground(getContext(), in applyNotificationInfo()
149 if (mNotificationInfo.intent != null) { in applyNotificationInfo()
150 setOnClickListener(mNotificationInfo); in applyNotificationInfo()
[all …]