Searched refs:getNotificationShadeWindowView (Results 1 – 7 of 7) sorted by relevance
122 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 ShadeControllerImpl218 return getStatusBar().getNotificationShadeWindowView(); in getNotificationShadeWindowView()
568 mStatusBar.getNotificationShadeWindowView().getWindowInsetsController() in onStartedWakingUp()582 mStatusBar.getNotificationShadeWindowView().getWindowInsetsController() in onStartedGoingToSleep()972 mStatusBar.getNotificationShadeWindowView().getWindowInsetsController()1052 mStatusBar.getNotificationShadeWindowView().getWindowInsetsController() in updateNavigationBarVisibility()
899 if (mStatusBar.getNotificationShadeWindowView().isVisibleToUser()) { in expand()
1071 () -> plugin.setup(getNotificationShadeWindowView(), in start()1534 mNotificationShadeWindowView = mStatusBarComponent.getNotificationShadeWindowView(); in inflateStatusBarWindow()1617 public NotificationShadeWindowView getNotificationShadeWindowView() { in getNotificationShadeWindowView() method
74 NotificationShadeWindowView getNotificationShadeWindowView(); in getNotificationShadeWindowView() method
277 doReturn(mockShadeWindowView).when(mStatusBar).getNotificationShadeWindowView(); in testSetImeWindowStatusWhenImeSwitchOnDisplay()307 doReturn(mockShadeWindowView).when(mStatusBar).getNotificationShadeWindowView(); in testSetImeWindowStatusWhenKeyguardLockingAndImeInsetsChange()
247 View shadeWindowView = mStatusBarOptionalLazy.get().get().getNotificationShadeWindowView(); in isImeShown()