Searched refs:notificationShadeWindowView (Results 1 – 6 of 6) sorted by relevance
31 NotificationShadeWindowView notificationShadeWindowView) { in getNotificationPanelView() argument32 return notificationShadeWindowView.getNotificationPanelView(); in getNotificationPanelView()
46 NotificationShadeWindowView notificationShadeWindowView); in statusBarWindowView() argument
139 NotificationShadeWindowView notificationShadeWindowView = getNotificationShadeWindowView(); in getNotificationPanelView() local140 if (notificationShadeWindowView == null) { in getNotificationPanelView()
113 NotificationShadeWindowView notificationShadeWindowView = in setup() local115 when(notificationShadeWindowView.getResources()).thenReturn(mContext.getResources()); in setup()119 notificationShadeWindowView, mock(NotificationListContainerViewGroup.class), in setup()
121 @NonNull View notificationShadeWindowView) { in setup() argument123 mNotificationShadeWindowView = notificationShadeWindowView; in setup()
130 NotificationShadeWindowView notificationShadeWindowView, in NotificationShadeWindowViewController() argument148 mView = notificationShadeWindowView; in NotificationShadeWindowViewController()