Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/src/com/android/car/notification/template/
DCarNotificationRecentsViewHolder.java35 public class CarNotificationRecentsViewHolder extends RecyclerView.ViewHolder { class
41 public CarNotificationRecentsViewHolder(Context context, View view, in CarNotificationRecentsViewHolder() method in CarNotificationRecentsViewHolder
/packages/apps/Car/Notification/src/com/android/car/notification/
DCarNotificationViewAdapter.java39 import com.android.car.notification.template.CarNotificationRecentsViewHolder;
143 viewHolder = new CarNotificationRecentsViewHolder(mContext, view, in onCreateViewHolderImpl()
176 ((CarNotificationRecentsViewHolder) holder).bind(mHasUnseenNotifications); in onBindViewHolderImpl()
DCarNotificationItemTouchListener.java40 import com.android.car.notification.template.CarNotificationRecentsViewHolder;
197 || viewHolderAtPoint instanceof CarNotificationRecentsViewHolder in onInterceptTouchEvent()