Searched refs:notificationViews (Results 1 – 1 of 1) sorted by relevance
357 TreeMap<Integer, View> notificationViews = new TreeMap<>(); in getNotificationViews() local363 notificationViews.put(position, currentChildView); in getNotificationViews()366 List<View> notificationViewsSorted = new ArrayList<>(notificationViews.values()); in getNotificationViews()