Home
last modified time | relevance | path

Searched refs:setWindowRootView (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationShadeWindowController.java63 default void setWindowRootView(ViewGroup view) {} in setWindowRootView() method
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
H A DNotificationShadeWindowControllerImplTest.java133 mNotificationShadeWindowController.setWindowRootView(mNotificationShadeWindowView); in setUp()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DNotificationShadeWindowControllerImpl.java282 public void setWindowRootView(ViewGroup view) { in setWindowRootView() method in NotificationShadeWindowControllerImpl
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/
H A DBubblesTest.java339 mNotificationShadeWindowController.setWindowRootView(mNotificationShadeWindowView); in setUp()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DCentralSurfacesImpl.java1608 mNotificationShadeWindowController.setWindowRootView(windowRootView); in inflateStatusBarWindow()