Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarTouchableRegionManager.java73 private View mNotificationShadeWindowView; field in StatusBarTouchableRegionManager
148 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 …]
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/shade/
DNotificationShadeWindowControllerImplTest.java94 @Spy private final NotificationShadeWindowView mNotificationShadeWindowView = spy( field in NotificationShadeWindowControllerImplTest
145 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()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DStatusBarKeyguardViewManagerTest.java156 @Mock private NotificationShadeWindowView mNotificationShadeWindowView; field in StatusBarKeyguardViewManagerTest
194 .thenReturn(mNotificationShadeWindowView); in setUp()
195 when(mNotificationShadeWindowView.getWindowInsetsController()) in setUp()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/
DBubblesTest.java244 private NotificationShadeWindowView mNotificationShadeWindowView; field in BubblesTest
385 when(mNotificationShadeWindowView.getViewTreeObserver()) in setUp()
402 new FakeWindowRootViewComponent.Factory(mNotificationShadeWindowView), in setUp()