Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/back/domain/interactor/
DBackActionInteractorTest.kt93 @Mock private lateinit var windowRootView: WindowRootView variable in com.android.systemui.back.domain.interactor.BackActionInteractorTest
133 whenever(notificationShadeWindowController.windowRootView).thenReturn(windowRootView) in setUp()
134 whenever(windowRootView.viewRootImpl).thenReturn(viewRootImpl) in setUp()
207 whenever(notificationShadeWindowController.windowRootView).thenReturn(null) in noWindowRootView_noCrashAttemptingCallbackRegistration()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPhoneStatusBarViewController.kt63 private val windowRootView: Provider<WindowRootView>, in <lambda>() constant
208 windowRootView.get().dispatchTouchEvent(event) in <lambda>()
275 private val windowRootView: Provider<WindowRootView>, in <lambda>() constant in com.android.systemui.statusbar.phone.Factory
297 windowRootView, in <lambda>()
DStatusBarTransitionAnimatorController.kt32 get() = notificationShadeWindowController.windowRootView
DUnlockedScreenOffAnimationController.kt133 notifShadeWindowControllerLazy.get().windowRootView, in <lambda>()
252 checkNotNull(notifShadeWindowControllerLazy.get().windowRootView) in shouldDelayKeyguardShow()
DStatusBarKeyguardViewManager.java980 ViewGroup windowRootView = mNotificationShadeWindowController.getWindowRootView(); in setRootViewAnimationDisabled() local
981 if (windowRootView != null) { in setRootViewAnimationDisabled()
982 WindowInsetsController insetsController = windowRootView.getWindowInsetsController(); in setRootViewAnimationDisabled()
/frameworks/base/packages/SystemUI/src/com/android/systemui/back/domain/interactor/
DBackActionInteractor.kt78 notificationShadeWindowController.windowRootView?.viewRootImpl?.onBackInvokedDispatcher in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DPhoneStatusBarViewControllerTest.kt81 @Mock private lateinit var windowRootView: Provider<WindowRootView> variable in com.android.systemui.statusbar.phone.PhoneStatusBarViewControllerTest
304 windowRootView, in createAndInitController()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutController.java740 Provider<WindowRootView> windowRootView, in NotificationStackScrollLayoutController()
792 mWindowRootView = windowRootView; in NotificationStackScrollLayoutController()