Searched refs:mHeadsUp (Results 1 – 1 of 1) sorted by relevance
74 private NotificationData.Entry mHeadsUp; field in HeadsUpNotificationView110 if (mHeadsUp != null && headsUp != null && !mHeadsUp.key.equals(headsUp.key)) { in showNotification()115 mHeadsUp = headsUp; in showNotification()120 if (mHeadsUp != null) { in showNotification()121 mMostRecentPackageName = mHeadsUp.notification.getPackageName(); in showNotification()122 mHeadsUp.row.setSystemExpanded(true); in showNotification()123 mHeadsUp.row.setSensitive(false); in showNotification()124 mHeadsUp.row.setHeadsUp(true); in showNotification()125 mHeadsUp.row.setHideSensitive( in showNotification()134 mContentHolder.addView(mHeadsUp.row); in showNotification()[all …]