Home
last modified time | relevance | path

Searched refs:getNotificationShadeWindowViewController (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/dagger/
DStatusBarComponent.java62 NotificationShadeWindowViewController getNotificationShadeWindowViewController(); in getNotificationShadeWindowViewController() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DShadeControllerImpl.java133 getStatusBar().getNotificationShadeWindowViewController().cancelExpandHelper(); in animateCollapsePanels()
DStatusBar.java1435 .getNotificationShadeWindowViewController(); in inflateStatusBarWindow()
1476 public NotificationShadeWindowViewController getNotificationShadeWindowViewController() { in getNotificationShadeWindowViewController() method
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DStatusBarTest.java319 when(mStatusBarComponent.getNotificationShadeWindowViewController()).thenReturn( in setup()