Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DShadeControllerImpl.java136 if (getNotificationShadeWindowView() != null in animateCollapseShade()
203 if (getNotificationShadeWindowView().isVisibleToUser()) { in postOnShadeExpanded()
304 if (!mExpandedVisible || getNotificationShadeWindowView() == null) { in makeExpandedInvisible()
361 getNotificationShadeWindowView(), "onShadeVisibilityChanged"); in notifyVisibilityChanged()
376 private NotificationShadeWindowView getNotificationShadeWindowView() { in getNotificationShadeWindowView() method in ShadeControllerImpl
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DCentralSurfacesImpl.java1162 getNotificationShadeWindowView().setOnTouchListener(getStatusBarWindowTouchListener()); in makeStatusBarView()
1163 mWallpaperController.setRootView(getNotificationShadeWindowView()); in makeStatusBarView()
1205 mStatusBarTouchableRegionManager.setup(getNotificationShadeWindowView()); in makeStatusBarView()
1209 mAmbientIndicationContainer = getNotificationShadeWindowView().findViewById( in makeStatusBarView()
1234 ScrimView scrimBehind = getNotificationShadeWindowView().findViewById(R.id.scrim_behind); in makeStatusBarView()
1235 ScrimView notificationsScrim = getNotificationShadeWindowView() in makeStatusBarView()
1237 ScrimView scrimInFront = getNotificationShadeWindowView().findViewById(R.id.scrim_in_front); in makeStatusBarView()
1277 final View container = getNotificationShadeWindowView().findViewById(R.id.qs_frame); in makeStatusBarView()
1292 getNotificationShadeWindowView(), in makeStatusBarView()
1307 mReportRejectedTouch = getNotificationShadeWindowView() in makeStatusBarView()
[all …]