Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/notification/
DNotificationItemView.java40 public class NotificationItemView { class
58 public NotificationItemView(PopupContainerWithArrow container, ViewGroup rootView) { in NotificationItemView() method in NotificationItemView
/packages/apps/Launcher3/src/com/android/launcher3/popup/
DPopupContainerWithArrow.java62 import com.android.launcher3.notification.NotificationItemView;
95 private NotificationItemView mNotificationItemView;
266 mNotificationItemView = new NotificationItemView(this, mNotificationContainer); in populateAndShow()