Home
last modified time | relevance | path

Searched refs:notificationShadeWindowView (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/dagger/
DStatusBarViewModule.java31 NotificationShadeWindowView notificationShadeWindowView) { in getNotificationPanelView() argument
32 return notificationShadeWindowView.getNotificationPanelView(); in getNotificationPanelView()
DStatusBarComponent.java46 NotificationShadeWindowView notificationShadeWindowView); in statusBarWindowView() argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DSuperStatusBarViewFactory.java139 NotificationShadeWindowView notificationShadeWindowView = getNotificationShadeWindowView(); in getNotificationPanelView() local
140 if (notificationShadeWindowView == null) { in getNotificationPanelView()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DStatusBarNotificationPresenterTest.java113 NotificationShadeWindowView notificationShadeWindowView = in setup() local
115 when(notificationShadeWindowView.getResources()).thenReturn(mContext.getResources()); in setup()
119 notificationShadeWindowView, mock(NotificationListContainerViewGroup.class), in setup()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarTouchableRegionManager.java121 @NonNull View notificationShadeWindowView) { in setup() argument
123 mNotificationShadeWindowView = notificationShadeWindowView; in setup()
DNotificationShadeWindowViewController.java130 NotificationShadeWindowView notificationShadeWindowView, in NotificationShadeWindowViewController() argument
148 mView = notificationShadeWindowView; in NotificationShadeWindowViewController()