Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/src/com/android/car/notification/
DCarHeadsUpNotificationManager.java416 if (currentNotification.getNotificationView() == null) { in showHeadsUp()
420 mHunContainer.displayNotification(currentNotification.getNotificationView(), in showHeadsUp()
423 notificationTypeItem.getViewHolder(currentNotification.getNotificationView(), in showHeadsUp()
441 currentNotification.getNotificationView().getViewTreeObserver(); in showHeadsUp()
454 View view = currentNotification.getNotificationView(); in showHeadsUp()
473 attachHunViewListeners(currentNotification.getNotificationView(), alertEntry); in showHeadsUp()
497 ViewTreeObserver observer = headsUpEntry.getNotificationView().getViewTreeObserver(); in resetViewTreeListenersEntry()
508 View cardView = currentNotification.getNotificationView().findViewById( in setInternalInsetsInfo()
591 View view = currentHeadsUpNotification.getNotificationView(); in dismissHun()
622 mHunContainer.removeNotification(currentHeadsUpNotification.getNotificationView()); in resetView()
DHeadsUpEntry.java62 View getNotificationView() { in getNotificationView() method in HeadsUpEntry
/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/
DHeadsUpEntryTest.java109 assertThat(mHeadsUpEntry.getNotificationView()).isNull(); in setNotificationView_shouldSetNotificationView()
113 assertThat(mHeadsUpEntry.getNotificationView()).isNotNull(); in setNotificationView_shouldSetNotificationView()