Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/dagger/
H A DStatusBarComponent.java88 NotificationShadeWindowViewController getNotificationShadeWindowViewController(); in getNotificationShadeWindowViewController() method
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DShadeControllerImpl.java130 getStatusBar().getNotificationShadeWindowViewController().cancelExpandHelper(); in animateCollapsePanels()
H A DStatusBar.java1536 .getNotificationShadeWindowViewController(); in inflateStatusBarWindow()
1621 public NotificationShadeWindowViewController getNotificationShadeWindowViewController() { in getNotificationShadeWindowViewController() method
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DStatusBarTest.java352 when(mStatusBarComponent.getNotificationShadeWindowViewController()).thenReturn( in setup()