Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarTouchableRegionManager.java63 private View mNotificationShadeWindowView; field in StatusBarTouchableRegionManager
125 mNotificationShadeWindowView = notificationShadeWindowView; in setup()
126 mNotificationPanelView = mNotificationShadeWindowView.findViewById(R.id.notification_panel); in setup()
165 mTouchableRegion.set(0, 0, mNotificationShadeWindowView.getWidth(), in calculateTouchableRegion()
183 boolean hasCutoutInset = (mNotificationShadeWindowView != null) in updateTouchableRegion()
184 && (mNotificationShadeWindowView.getRootWindowInsets() != null) in updateTouchableRegion()
185 && (mNotificationShadeWindowView.getRootWindowInsets().getDisplayCutout() != null); in updateTouchableRegion()
196 mNotificationShadeWindowView.getViewTreeObserver() in updateTouchableRegion()
198 mNotificationShadeWindowView.requestLayout(); in updateTouchableRegion()
200 mNotificationShadeWindowView.getViewTreeObserver() in updateTouchableRegion()
[all …]
H A DStatusBar.java461 protected NotificationShadeWindowView mNotificationShadeWindowView; field in StatusBar
1127 mWallpaperController.setRootView(mNotificationShadeWindowView); in makeStatusBarView()
1138 mUserSwitcherController.init(mNotificationShadeWindowView); in makeStatusBarView()
1216 ScrimView notificationsScrim = mNotificationShadeWindowView in makeStatusBarView()
1273 mNotificationShadeWindowView, in makeStatusBarView()
1290 mReportRejectedTouch = mNotificationShadeWindowView in makeStatusBarView()
1426 mNotificationShadeWindowView, in setUpPresenter()
1526 return mNotificationShadeWindowView.onTouchEvent(event); in getStatusBarWindowTouchListener()
1618 return mNotificationShadeWindowView; in getNotificationShadeWindowView()
2065 if (!mExpandedVisible || mNotificationShadeWindowView == null) { in makeExpandedInvisible()
[all …]
H A DStatusBarCommandQueueCallbacks.java96 private final NotificationShadeWindowView mNotificationShadeWindowView; field in StatusBarCommandQueueCallbacks
161 mNotificationShadeWindowView = notificationShadeWindowView; in StatusBarCommandQueueCallbacks()
528 if (mNotificationShadeWindowView != null in setWindowState()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DNotificationShadeWindowControllerImplTest.java66 @Mock private NotificationShadeWindowView mNotificationShadeWindowView; field in NotificationShadeWindowControllerImplTest
94 mNotificationShadeWindowController.setNotificationShadeView(mNotificationShadeWindowView); in setUp()
124 verify(mNotificationShadeWindowView).setSystemUiVisibility(anyInt()); in testAdd_updatesVisibilityFlags()
138 verify(mNotificationShadeWindowView).setVisibility(eq(View.VISIBLE)); in attach_visibleWithWallpaper()
181 verify(mNotificationShadeWindowView).setVisibility(eq(View.VISIBLE)); in setBackgroundBlurRadius_expandedWithBlurs()
184 verify(mNotificationShadeWindowView).setVisibility(eq(View.INVISIBLE)); in setBackgroundBlurRadius_expandedWithBlurs()
H A DStatusBarCommandQueueCallbacksTest.java81 @Mock private NotificationShadeWindowView mNotificationShadeWindowView; field in StatusBarCommandQueueCallbacksTest
113 mNotificationShadeWindowView, in setup()
H A DHeadsUpManagerPhoneTest.java61 @Mock private View mNotificationShadeWindowView; field in HeadsUpManagerPhoneTest
H A DStatusBarTest.java212 @Mock private NotificationShadeWindowView mNotificationShadeWindowView; field in StatusBarTest
477 mStatusBar.mNotificationShadeWindowView = mNotificationShadeWindowView; in setup()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/
H A DNewNotifPipelineBubblesTest.java161 private NotificationShadeWindowView mNotificationShadeWindowView; field in NewNotifPipelineBubblesTest
243 mNotificationShadeWindowController.setNotificationShadeView(mNotificationShadeWindowView); in setUp()
H A DBubblesTest.java227 private NotificationShadeWindowView mNotificationShadeWindowView; field in BubblesTest
270 mNotificationShadeWindowController.setNotificationShadeView(mNotificationShadeWindowView); in setUp()