Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/src/com/android/car/notification/
DCarNotificationView.java357 TreeMap<Integer, View> notificationViews = new TreeMap<>(); in getNotificationViews() local
363 notificationViews.put(position, currentChildView); in getNotificationViews()
366 List<View> notificationViewsSorted = new ArrayList<>(notificationViews.values()); in getNotificationViews()