Searched refs:mNotificationView (Results 1 – 3 of 3) sorted by relevance
56 private View mNotificationView; field in CarHeadsUpNotificationSystemContainerTest75 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()
98 private CarNotificationView mNotificationView; field in NotificationPanelViewController317 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 …]
33 private View mNotificationView; field in HeadsUpEntry60 mNotificationView = notificationView; in setNotificationView()64 return mNotificationView; in getNotificationView()