Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/src/com/android/car/notification/
DCarNotificationView.java359 View currentChildView = mListView.getChildAt(i); in getNotificationViews() local
360 RecyclerView.ViewHolder holder = mListView.getChildViewHolder(currentChildView); in getNotificationViews()
363 notificationViews.put(position, currentChildView); in getNotificationViews()