Home
last modified time | relevance | path

Searched refs:getWindowRootView (Results 1 – 9 of 9) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/dagger/
H A DCentralSurfacesComponent.java71 WindowRootView getWindowRootView(); in getWindowRootView() method
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationShadeWindowController.java67 default ViewGroup getWindowRootView() { in getWindowRootView() method
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarKeyguardViewManager.java811 mNotificationShadeWindowController.getWindowRootView().getWindowInsetsController() in onStartedWakingUp()
825 mNotificationShadeWindowController.getWindowRootView().getWindowInsetsController() in onStartedGoingToSleep()
1180 mNotificationShadeWindowController.getWindowRootView().getWindowInsetsController()
1258 mNotificationShadeWindowController.getWindowRootView().getWindowInsetsController() in updateNavigationBarVisibility()
1382 ViewGroup viewGroup = mNotificationShadeWindowController.getWindowRootView(); in getViewRootImpl()
H A DCentralSurfacesImpl.java1116 mNotificationShadeWindowController.getWindowRootView(), in start()
1605 ViewGroup windowRootView = mCentralSurfacesComponent.getWindowRootView(); in inflateStatusBarWindow()
2754 View root = mNotificationShadeWindowController.getWindowRootView(); in getViewRootImpl()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DNotificationShadeWindowControllerImpl.java287 public ViewGroup getWindowRootView() { in getWindowRootView() method in NotificationShadeWindowControllerImpl
615 IWindow.Stub.asInterface(getWindowRootView().getWindowToken()), in setTouchExclusionRegion()
H A DNotificationPanelViewController.java2727 if (mNotificationShadeWindowController.getWindowRootView() in expand()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
H A DNavBarHelper.java481 View shadeWindowView = mNotificationShadeWindowController.getWindowRootView(); in isImeShown()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/navigationbar/
H A DNavigationBarTest.java382 doReturn(mockShadeWindowView).when(mNotificationShadeWindowController).getWindowRootView(); in testSetImeWindowStatusWhenKeyguardLockingAndImeInsetsChange()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DStatusBarKeyguardViewManagerTest.java178 when(mNotificationShadeWindowController.getWindowRootView()) in setUp()