Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DShadeControllerImpl.java131 if (getNotificationShadeWindowView() != null in animateCollapseShade()
207 if (getNotificationShadeWindowView().isVisibleToUser()) { in postOnShadeExpanded()
346 if (!mExpandedVisible || getNotificationShadeWindowView() == null) { in makeExpandedInvisible()
411 private NotificationShadeWindowView getNotificationShadeWindowView() { in getNotificationShadeWindowView() method in ShadeControllerImpl
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DCentralSurfacesImpl.java1236 mWallpaperController.setRootView(getNotificationShadeWindowView()); in makeStatusBarView()
1271 mStatusBarTouchableRegionManager.setup(this, getNotificationShadeWindowView()); in makeStatusBarView()
1279 mAmbientIndicationContainer = getNotificationShadeWindowView().findViewById( in makeStatusBarView()
1305 ScrimView notificationsScrim = getNotificationShadeWindowView() in makeStatusBarView()
1364 final View container = getNotificationShadeWindowView().findViewById(R.id.qs_frame); in makeStatusBarView()
1379 getNotificationShadeWindowView(), in makeStatusBarView()
1396 mReportRejectedTouch = getNotificationShadeWindowView() in makeStatusBarView()
1544 .getFragmentHostManager(getNotificationShadeWindowView()) in createDefaultQSFragment()
1592 return getNotificationShadeWindowView().onTouchEvent(event); in getStatusBarWindowTouchListener()
1631 protected NotificationShadeWindowView getNotificationShadeWindowView() { in getNotificationShadeWindowView() method
[all …]