Searched refs:mWindowRootView (Results 1 – 3 of 3) sorted by relevance
120 private ViewGroup mWindowRootView; field in NotificationShadeWindowControllerImpl294 mWindowManager.addView(mWindowRootView, mLp); in attach()299 if (mWindowRootView.getWindowInsetsController() != null) { in attach()300 mWindowRootView.getWindowInsetsController().setSystemBarsBehavior( in attach()316 mWindowRootView = component.getWindowRootView(); in fetchWindowRootView()318 mWindowRootView, in fetchWindowRootView()323 mWindowRootView, in fetchWindowRootView()328 mWindowRootView, in fetchWindowRootView()336 return mWindowRootView; in getWindowRootView()345 int vis = mWindowRootView.getSystemUiVisibility(); in setKeyguardDark()[all …]
166 @Mock private Provider<WindowRootView> mWindowRootView; field in NotificationStackScrollLayoutControllerTest1014 mWindowRootView, in initController()
191 private final Provider<WindowRootView> mWindowRootView; field in NotificationStackScrollLayoutController792 mWindowRootView = windowRootView; in NotificationStackScrollLayoutController()1157 View sceneContainer = mWindowRootView.get() in sendTouchToSceneFramework()