Home
last modified time | relevance | path

Searched refs:NotificationShadeWindowViewController (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/dagger/
DStatusBarComponent.java23 import com.android.systemui.statusbar.phone.NotificationShadeWindowViewController;
62 NotificationShadeWindowViewController getNotificationShadeWindowViewController(); in getNotificationShadeWindowViewController()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
DActivityLaunchAnimatorTest.java38 import com.android.systemui.statusbar.phone.NotificationShadeWindowViewController;
61 private NotificationShadeWindowViewController mNotificationShadeWindowViewController;
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DNotificationShadeWindowViewTest.java64 private NotificationShadeWindowViewController mController;
101 mController = new NotificationShadeWindowViewController( in setUp()
DDozeServiceHostTest.java86 @Mock private NotificationShadeWindowViewController mNotificationShadeWindowViewController;
DStatusBarTest.java220 @Mock private NotificationShadeWindowViewController mNotificationShadeWindowViewController;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DActivityLaunchAnimator.java42 import com.android.systemui.statusbar.phone.NotificationShadeWindowViewController;
62 private final NotificationShadeWindowViewController mNotificationShadeWindowViewController;
75 NotificationShadeWindowViewController notificationShadeWindowViewController, in ActivityLaunchAnimator()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DDozeServiceHost.java88 private NotificationShadeWindowViewController mNotificationShadeWindowViewController;
142 NotificationShadeWindowViewController notificationShadeWindowViewController, in initialize()
DNotificationShadeWindowViewController.java66 public class NotificationShadeWindowViewController { class
111 public NotificationShadeWindowViewController( in NotificationShadeWindowViewController() method in NotificationShadeWindowViewController
DStatusBar.java371 protected NotificationShadeWindowViewController mNotificationShadeWindowViewController;
1476 public NotificationShadeWindowViewController getNotificationShadeWindowViewController() { in getNotificationShadeWindowViewController()