Searched refs:mNotificationShadeWindowView (Results 1 – 6 of 6) sorted by relevance
64 private View mNotificationShadeWindowView; field in StatusBarTouchableRegionManager125 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 …]
440 protected NotificationShadeWindowView mNotificationShadeWindowView; field in CentralSurfacesImpl1202 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 …]
83 @Spy private final NotificationShadeWindowView mNotificationShadeWindowView = spy( field in NotificationShadeWindowControllerImplTest129 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()
131 @Mock private NotificationShadeWindowView mNotificationShadeWindowView; field in StatusBarKeyguardViewManagerTest163 .thenReturn(mNotificationShadeWindowView); in setUp()164 when(mNotificationShadeWindowView.getWindowInsetsController()) in setUp()
243 @Mock private NotificationShadeWindowView mNotificationShadeWindowView; field in CentralSurfacesImplTest550 mCentralSurfaces.mNotificationShadeWindowView = mNotificationShadeWindowView; in setup()
199 private NotificationShadeWindowView mNotificationShadeWindowView; field in BubblesTest303 when(mNotificationShadeWindowView.getViewTreeObserver()) in setUp()312 mNotificationShadeWindowController.setNotificationShadeView(mNotificationShadeWindowView); in setUp()