Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBarViewController.kt57 private val windowRootView: Provider<WindowRootView>,
182 windowRootView.get().dispatchTouchEvent(event)
247 private val windowRootView: Provider<WindowRootView>,
269 windowRootView,
H A DStatusBarLaunchAnimatorController.kt24 get() = notificationShadeWindowController.windowRootView
H A DUnlockedScreenOffAnimationController.kt121 notifShadeWindowControllerLazy.get().windowRootView, CUJ_SCREEN_OFF)
230 checkNotNull(notifShadeWindowControllerLazy.get().windowRootView)
H A DCentralSurfacesImpl.java1605 ViewGroup windowRootView = mCentralSurfacesComponent.getWindowRootView(); in inflateStatusBarWindow() local
1608 mNotificationShadeWindowController.setWindowRootView(windowRootView); in inflateStatusBarWindow()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBarViewControllerTest.kt80 private lateinit var windowRootView: Provider<WindowRootView>
221 windowRootView,