Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/src/com/android/car/notification/
DCarNotificationViewAdapter.java103 case NotificationViewType.FOOTER: in onCreateViewHolder()
201 case NotificationViewType.FOOTER: in onBindViewHolder()
303 return NotificationViewType.FOOTER; in getItemViewType()
DNotificationViewType.java82 int FOOTER = 25; field