Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DShadeControllerImpl.java122 Log.v(TAG, "NotificationShadeWindow: " + getNotificationShadeWindowView() in animateCollapsePanels()
125 if (getNotificationShadeWindowView() != null in animateCollapsePanels()
156 if (getStatusBar().getNotificationShadeWindowView().isVisibleToUser()) { in postOnShadeExpanded()
217 protected NotificationShadeWindowView getNotificationShadeWindowView() { in getNotificationShadeWindowView() method in ShadeControllerImpl
218 return getStatusBar().getNotificationShadeWindowView(); in getNotificationShadeWindowView()
H A DStatusBarKeyguardViewManager.java568 mStatusBar.getNotificationShadeWindowView().getWindowInsetsController() in onStartedWakingUp()
582 mStatusBar.getNotificationShadeWindowView().getWindowInsetsController() in onStartedGoingToSleep()
972 mStatusBar.getNotificationShadeWindowView().getWindowInsetsController()
1052 mStatusBar.getNotificationShadeWindowView().getWindowInsetsController() in updateNavigationBarVisibility()
H A DPanelViewController.java899 if (mStatusBar.getNotificationShadeWindowView().isVisibleToUser()) { in expand()
H A DStatusBar.java1071 () -> plugin.setup(getNotificationShadeWindowView(), in start()
1534 mNotificationShadeWindowView = mStatusBarComponent.getNotificationShadeWindowView(); in inflateStatusBarWindow()
1617 public NotificationShadeWindowView getNotificationShadeWindowView() { in getNotificationShadeWindowView() method
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/dagger/
H A DStatusBarComponent.java74 NotificationShadeWindowView getNotificationShadeWindowView(); in getNotificationShadeWindowView() method
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/navigationbar/
H A DNavigationBarTest.java277 doReturn(mockShadeWindowView).when(mStatusBar).getNotificationShadeWindowView(); in testSetImeWindowStatusWhenImeSwitchOnDisplay()
307 doReturn(mockShadeWindowView).when(mStatusBar).getNotificationShadeWindowView(); in testSetImeWindowStatusWhenKeyguardLockingAndImeInsetsChange()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
H A DNavBarHelper.java247 View shadeWindowView = mStatusBarOptionalLazy.get().get().getNotificationShadeWindowView(); in isImeShown()