Searched refs:mNotificationShadeWindowView (Results 1 – 4 of 4) sorted by relevance
73 private View mNotificationShadeWindowView; field in StatusBarTouchableRegionManager148 mNotificationShadeWindowView = notificationShadeWindowView; in setup()149 mNotificationPanelView = mNotificationShadeWindowView.findViewById(R.id.notification_panel); in setup()195 mTouchableRegion.set(0, 0, mNotificationShadeWindowView.getWidth(), in calculateTouchableRegion()213 boolean hasCutoutInset = (mNotificationShadeWindowView != null) in updateTouchableRegion()214 && (mNotificationShadeWindowView.getRootWindowInsets() != null) in updateTouchableRegion()215 && (mNotificationShadeWindowView.getRootWindowInsets().getDisplayCutout() != null); in updateTouchableRegion()226 mNotificationShadeWindowView.getViewTreeObserver() in updateTouchableRegion()228 mNotificationShadeWindowView.requestLayout(); in updateTouchableRegion()230 mNotificationShadeWindowView.getViewTreeObserver() in updateTouchableRegion()[all …]
94 @Spy private final NotificationShadeWindowView mNotificationShadeWindowView = spy( field in NotificationShadeWindowControllerImplTest145 new FakeWindowRootViewComponent.Factory(mNotificationShadeWindowView), in setUp()173 verify(mWindowManager).addView(eq(mNotificationShadeWindowView), any()); in setUp()202 verify(mNotificationShadeWindowView).setSystemUiVisibility(anyInt()); in testAdd_updatesVisibilityFlags()216 verify(mNotificationShadeWindowView).setVisibility(eq(View.VISIBLE)); in attach_visibleWithWallpaper()269 verify(mNotificationShadeWindowView).setVisibility(eq(View.VISIBLE)); in setBackgroundBlurRadius_expandedWithBlurs()272 verify(mNotificationShadeWindowView).setVisibility(eq(View.INVISIBLE)); in setBackgroundBlurRadius_expandedWithBlurs()
156 @Mock private NotificationShadeWindowView mNotificationShadeWindowView; field in StatusBarKeyguardViewManagerTest194 .thenReturn(mNotificationShadeWindowView); in setUp()195 when(mNotificationShadeWindowView.getWindowInsetsController()) in setUp()
244 private NotificationShadeWindowView mNotificationShadeWindowView; field in BubblesTest385 when(mNotificationShadeWindowView.getViewTreeObserver()) in setUp()402 new FakeWindowRootViewComponent.Factory(mNotificationShadeWindowView), in setUp()