Searched refs:windowRootView (Results 1 – 8 of 8) sorted by relevance
93 @Mock private lateinit var windowRootView: WindowRootView variable in com.android.systemui.back.domain.interactor.BackActionInteractorTest133 whenever(notificationShadeWindowController.windowRootView).thenReturn(windowRootView) in setUp()134 whenever(windowRootView.viewRootImpl).thenReturn(viewRootImpl) in setUp()207 whenever(notificationShadeWindowController.windowRootView).thenReturn(null) in noWindowRootView_noCrashAttemptingCallbackRegistration()
63 private val windowRootView: Provider<WindowRootView>, in <lambda>() constant208 windowRootView.get().dispatchTouchEvent(event) in <lambda>()275 private val windowRootView: Provider<WindowRootView>, in <lambda>() constant in com.android.systemui.statusbar.phone.Factory297 windowRootView, in <lambda>()
32 get() = notificationShadeWindowController.windowRootView
133 notifShadeWindowControllerLazy.get().windowRootView, in <lambda>()252 checkNotNull(notifShadeWindowControllerLazy.get().windowRootView) in shouldDelayKeyguardShow()
980 ViewGroup windowRootView = mNotificationShadeWindowController.getWindowRootView(); in setRootViewAnimationDisabled() local981 if (windowRootView != null) { in setRootViewAnimationDisabled()982 WindowInsetsController insetsController = windowRootView.getWindowInsetsController(); in setRootViewAnimationDisabled()
78 notificationShadeWindowController.windowRootView?.viewRootImpl?.onBackInvokedDispatcher in <lambda>()
81 @Mock private lateinit var windowRootView: Provider<WindowRootView> variable in com.android.systemui.statusbar.phone.PhoneStatusBarViewControllerTest304 windowRootView, in createAndInitController()
740 Provider<WindowRootView> windowRootView, in NotificationStackScrollLayoutController()792 mWindowRootView = windowRootView; in NotificationStackScrollLayoutController()