Home
last modified time | relevance | path

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

/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/notification/
DCarHeadsUpNotificationSystemContainerTest.java56 private View mNotificationView; field in CarHeadsUpNotificationSystemContainerTest
75 mCarHeadsUpNotificationSystemContainer.displayNotification(mNotificationView, in testDisplayNotification_firstNotification_isVisible()
82 mCarHeadsUpNotificationSystemContainer.displayNotification(mNotificationView, in testRemoveNotification_lastNotification_isInvisible()
84 mCarHeadsUpNotificationSystemContainer.removeNotification(mNotificationView); in testRemoveNotification_lastNotification_isInvisible()
90 mCarHeadsUpNotificationSystemContainer.displayNotification(mNotificationView, in testRemoveNotification_nonLastNotification_isVisible()
94 mCarHeadsUpNotificationSystemContainer.removeNotification(mNotificationView); in testRemoveNotification_nonLastNotification_isVisible()
100 mCarHeadsUpNotificationSystemContainer.displayNotification(mNotificationView, in testDisplayNotification_userFullySetupTrue_isInvisible()
109 mCarHeadsUpNotificationSystemContainer.displayNotification(mNotificationView, in testDisplayNotification_userFullySetupFalse_isInvisible()
117 mCarHeadsUpNotificationSystemContainer.displayNotification(mNotificationView, in testDisplayNotification_overlayWindowStateShouldShowHUNFalse_isInvisible()
124 mCarHeadsUpNotificationSystemContainer.displayNotification(mNotificationView, in testDisplayNotification_overlayWindowStateShouldShowHUNTrue_isVisible()
/packages/apps/Car/SystemUI/src/com/android/systemui/car/notification/
DNotificationPanelViewController.java98 private CarNotificationView mNotificationView; field in NotificationPanelViewController
317 container.removeView(mNotificationView); in reinflate()
319 mNotificationView = (CarNotificationView) LayoutInflater.from(mContext).inflate( in reinflate()
322 mNotificationView.setKeyEventHandler( in reinflate()
334 container.addView(mNotificationView); in reinflate()
340 mNotificationView = getLayout().findViewById(R.id.notification_view); in onNotificationViewInflated()
365 mNotificationView.setClickHandlerFactory(mNotificationClickHandlerFactory); in onNotificationViewInflated()
367 mNotificationView, in onNotificationViewInflated()
379 View glassPane = mNotificationView.findViewById(R.id.glass_pane); in setupNotificationPanel()
380 mNotificationList = mNotificationView.findViewById(R.id.notifications); in setupNotificationPanel()
[all …]
/packages/apps/Car/Notification/src/com/android/car/notification/
DHeadsUpEntry.java33 private View mNotificationView; field in HeadsUpEntry
60 mNotificationView = notificationView; in setNotificationView()
64 return mNotificationView; in getNotificationView()