Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/src/com/android/car/notification/headsup/
DCarHeadsUpNotificationContainer.java69 public void displayNotification(View notificationView, in displayNotification() argument
73 displayNotificationInner(notificationView, hunImportance); in displayNotification()
80 private void displayNotificationInner(View notificationView, HunImportance hunImportance) { in displayNotificationInner() argument
83 getHunContent().addView(notificationView); in displayNotificationInner()
93 getHunContent().addView(notificationView, index); in displayNotificationInner()
98 getHunContent().addView(notificationView); in displayNotificationInner()
111 public void removeNotification(View notificationView) { in removeNotification() argument
114 int index = getHunContent().indexOfChild(notificationView); in removeNotification()
/packages/apps/Car/Notification/src/com/android/car/notification/
DHeadsUpEntry.java59 void setNotificationView(View notificationView) { in setNotificationView() argument
60 mNotificationView = notificationView; in setNotificationView()
DCarHeadsUpNotificationManager.java506 private void attachHunViewListeners(View notificationView, AlertEntry alertEntry) { in attachHunViewListeners() argument
508 View cardView = notificationView.findViewById(R.id.card_view); in attachHunViewListeners()
514 View dismissButton = notificationView.findViewById( in attachHunViewListeners()