Searched refs:getNotificationView (Results 1 – 3 of 3) sorted by relevance
416 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()
62 View getNotificationView() { in getNotificationView() method in HeadsUpEntry
109 assertThat(mHeadsUpEntry.getNotificationView()).isNull(); in setNotificationView_shouldSetNotificationView()113 assertThat(mHeadsUpEntry.getNotificationView()).isNotNull(); in setNotificationView_shouldSetNotificationView()