Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/notification/
DNotificationItemView.java142 if (mMainView.getNotificationInfo() == null) { in onInterceptTouchEvent()
155 if (mMainView.getNotificationInfo() == null) { in onTouchEvent()
178 mMainView.getNotificationInfo().notificationKey); in trimNotifications()
DNotificationMainView.java158 public NotificationInfo getNotificationInfo() { in getNotificationInfo() method in NotificationMainView