Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarTouchableRegionManager.java64 private View mNotificationShadeWindowView; field in StatusBarTouchableRegionManager
125 mNotificationShadeWindowView = notificationShadeWindowView; in setup()
126 mNotificationPanelView = mNotificationShadeWindowView.findViewById(R.id.notification_panel); in setup()
160 mTouchableRegion.set(0, 0, mNotificationShadeWindowView.getWidth(), in calculateTouchableRegion()
178 boolean hasCutoutInset = (mNotificationShadeWindowView != null) in updateTouchableRegion()
179 && (mNotificationShadeWindowView.getRootWindowInsets() != null) in updateTouchableRegion()
180 && (mNotificationShadeWindowView.getRootWindowInsets().getDisplayCutout() != null); in updateTouchableRegion()
191 mNotificationShadeWindowView.getViewTreeObserver() in updateTouchableRegion()
193 mNotificationShadeWindowView.requestLayout(); in updateTouchableRegion()
195 mNotificationShadeWindowView.getViewTreeObserver() in updateTouchableRegion()
[all …]
DCentralSurfacesImpl.java440 protected NotificationShadeWindowView mNotificationShadeWindowView; field in CentralSurfacesImpl
1202 mNotificationShadeWindowView.setOnTouchListener(getStatusBarWindowTouchListener()); in makeStatusBarView()
1203 mWallpaperController.setRootView(mNotificationShadeWindowView); in makeStatusBarView()
1234 mStatusBarTouchableRegionManager.setup(this, mNotificationShadeWindowView); in makeStatusBarView()
1243 mAmbientIndicationContainer = mNotificationShadeWindowView.findViewById( in makeStatusBarView()
1268 ScrimView scrimBehind = mNotificationShadeWindowView.findViewById(R.id.scrim_behind); in makeStatusBarView()
1269 ScrimView notificationsScrim = mNotificationShadeWindowView in makeStatusBarView()
1271 ScrimView scrimInFront = mNotificationShadeWindowView.findViewById(R.id.scrim_in_front); in makeStatusBarView()
1278 mLightRevealScrim = mNotificationShadeWindowView.findViewById(R.id.light_reveal_scrim); in makeStatusBarView()
1310 BackDropView backdrop = mNotificationShadeWindowView.findViewById(R.id.backdrop); in makeStatusBarView()
[all …]
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
DNotificationShadeWindowControllerImplTest.java83 @Spy private final NotificationShadeWindowView mNotificationShadeWindowView = spy( field in NotificationShadeWindowControllerImplTest
129 mNotificationShadeWindowController.setNotificationShadeView(mNotificationShadeWindowView); in setUp()
132 verify(mWindowManager).addView(eq(mNotificationShadeWindowView), any()); in setUp()
161 verify(mNotificationShadeWindowView).setSystemUiVisibility(anyInt()); in testAdd_updatesVisibilityFlags()
175 verify(mNotificationShadeWindowView).setVisibility(eq(View.VISIBLE)); in attach_visibleWithWallpaper()
228 verify(mNotificationShadeWindowView).setVisibility(eq(View.VISIBLE)); in setBackgroundBlurRadius_expandedWithBlurs()
231 verify(mNotificationShadeWindowView).setVisibility(eq(View.INVISIBLE)); in setBackgroundBlurRadius_expandedWithBlurs()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DStatusBarKeyguardViewManagerTest.java131 @Mock private NotificationShadeWindowView mNotificationShadeWindowView; field in StatusBarKeyguardViewManagerTest
163 .thenReturn(mNotificationShadeWindowView); in setUp()
164 when(mNotificationShadeWindowView.getWindowInsetsController()) in setUp()
DCentralSurfacesImplTest.java243 @Mock private NotificationShadeWindowView mNotificationShadeWindowView; field in CentralSurfacesImplTest
550 mCentralSurfaces.mNotificationShadeWindowView = mNotificationShadeWindowView; in setup()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/
DBubblesTest.java199 private NotificationShadeWindowView mNotificationShadeWindowView; field in BubblesTest
303 when(mNotificationShadeWindowView.getViewTreeObserver()) in setUp()
312 mNotificationShadeWindowController.setNotificationShadeView(mNotificationShadeWindowView); in setUp()