Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/notification/
DNotificationMainView.java44 private NotificationInfo mNotificationInfo; field in NotificationMainView
86 mNotificationInfo = mainNotification; in applyNotificationInfo()
87 CharSequence title = mNotificationInfo.title; in applyNotificationInfo()
88 CharSequence text = mNotificationInfo.text; in applyNotificationInfo()
97 iconView.setBackground(mNotificationInfo.getIconForBackground(getContext(), in applyNotificationInfo()
99 if (mNotificationInfo.intent != null) { in applyNotificationInfo()
100 setOnClickListener(mNotificationInfo); in applyNotificationInfo()
112 return mNotificationInfo; in getNotificationInfo()
125 return mNotificationInfo != null && mNotificationInfo.dismissable; in canChildBeDismissed()
141 mNotificationInfo.notificationKey); in onChildDismissed()
/packages/apps/Launcher3/src/com/android/launcher3/badge/
DBadgeInfo.java57 private NotificationInfo mNotificationInfo; field in BadgeInfo
114 mNotificationInfo = notificationInfo; in setNotificationToShow()
119 return mNotificationInfo != null; in hasNotificationToShow()
129 if (mNotificationInfo == null) { in getNotificationIconForBadge()
133 Drawable icon = mNotificationInfo.getIconForBackground(context, badgeColor) in getNotificationIconForBadge()
148 return mNotificationInfo != null && mNotificationInfo.isIconLarge(); in isIconLarge()