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.java66 private NotificationInfo mNotificationInfo; field in NotificationMainView
165 if (mNotificationInfo != null) { in updateBackgroundColor()
166 mIconView.setBackground(mNotificationInfo.getIconForBackground(getContext(), in updateBackgroundColor()
190 mNotificationInfo = notificationInfo; in applyNotificationInfo()
196 listener.setNotificationsShown(new String[] {mNotificationInfo.notificationKey}); in applyNotificationInfo()
198 CharSequence title = mNotificationInfo.title; in applyNotificationInfo()
199 CharSequence text = mNotificationInfo.text; in applyNotificationInfo()
208 mIconView.setBackground(mNotificationInfo.getIconForBackground(getContext(), in applyNotificationInfo()
210 if (mNotificationInfo.intent != null) { in applyNotificationInfo()
211 setOnClickListener(mNotificationInfo); in applyNotificationInfo()
[all …]