Home
last modified time | relevance | path

Searched refs:getNotificationPanelViewController (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/dreams/touch/
DShadeTouchHandler.java58 mSurfaces.map(CentralSurfaces::getNotificationPanelViewController).orElse(null); in onSessionStart()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/dreams/touch/
DShadeTouchHandlerTest.java66 when(mCentralSurfaces.getNotificationPanelViewController()) in setup()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/dagger/
DCentralSurfacesComponent.java115 NotificationPanelViewController getNotificationPanelViewController(); in getNotificationPanelViewController() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DCentralSurfaces.java218 NotificationPanelViewController getNotificationPanelViewController(); in getNotificationPanelViewController() method
DCentralSurfacesImpl.java1460 if (getNotificationPanelViewController() != null) { in onPanelExpansionChanged()
1461 getNotificationPanelViewController().updateSystemUiStateFlags(); in onPanelExpansionChanged()
1593 mCentralSurfacesComponent.getNotificationPanelViewController(); in inflateStatusBarWindow()
1688 public NotificationPanelViewController getNotificationPanelViewController() { in getNotificationPanelViewController() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
DOverviewProxyService.java203 centralSurfaces.getNotificationPanelViewController()
651 .map(CentralSurfaces::getNotificationPanelViewController) in updateSystemUiStateFlags()
/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
DNavigationBar.java739 mCentralSurfacesOptionalLazy.get().get().getNotificationPanelViewController()); in onViewAttached()
1336 if (cs.isPresent() && cs.get().getNotificationPanelViewController() != null) { in onVerticalChanged()
1337 cs.get().getNotificationPanelViewController().setQsScrimEnabled(!isVertical); in onVerticalChanged()