Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DNotificationShadeWindowControllerImpl.java109 private ViewGroup mWindowRootView; field in NotificationShadeWindowControllerImpl
270 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 …]