Searched refs:mWindowRootView (Results 1 – 1 of 1) sorted by relevance
109 private ViewGroup mWindowRootView; field in NotificationShadeWindowControllerImpl270 mWindowManager.addView(mWindowRootView, mLp); in attach()283 mWindowRootView = view; in setWindowRootView()288 return mWindowRootView; in getWindowRootView()297 int vis = mWindowRootView.getSystemUiVisibility(); in setKeyguardDark()305 mWindowRootView.setSystemUiVisibility(vis); in setKeyguardDark()421 if (mWindowRootView != null) { in applyVisibility()447 if (mWindowRootView != null in applyFitsSystemWindows()450 mWindowRootView.requestApplyInsets(); in applyFitsSystemWindows()848 if (mWindowRootView != null && mWindowRootView.getViewRootImpl() != null) { in dump()[all …]