Searched refs:mNotificationInfo (Results 1 – 2 of 2) sorted by relevance
44 private NotificationInfo mNotificationInfo; field in NotificationMainView86 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()
57 private NotificationInfo mNotificationInfo; field in BadgeInfo114 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()