Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DNotificationShadeWindowControllerImpl.java120 private ViewGroup mWindowRootView; field in NotificationShadeWindowControllerImpl
294 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 …]
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutControllerTest.java166 @Mock private Provider<WindowRootView> mWindowRootView; field in NotificationStackScrollLayoutControllerTest
1014 mWindowRootView, in initController()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutController.java191 private final Provider<WindowRootView> mWindowRootView; field in NotificationStackScrollLayoutController
792 mWindowRootView = windowRootView; in NotificationStackScrollLayoutController()
1157 View sceneContainer = mWindowRootView.get() in sendTouchToSceneFramework()