Searched refs:notificationView (Results 1 – 3 of 3) sorted by relevance
69 public void displayNotification(View notificationView, in displayNotification() argument73 displayNotificationInner(notificationView, hunImportance); in displayNotification()80 private void displayNotificationInner(View notificationView, HunImportance hunImportance) { in displayNotificationInner() argument83 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() argument114 int index = getHunContent().indexOfChild(notificationView); in removeNotification()
59 void setNotificationView(View notificationView) { in setNotificationView() argument60 mNotificationView = notificationView; in setNotificationView()
506 private void attachHunViewListeners(View notificationView, AlertEntry alertEntry) { in attachHunViewListeners() argument508 View cardView = notificationView.findViewById(R.id.card_view); in attachHunViewListeners()514 View dismissButton = notificationView.findViewById( in attachHunViewListeners()