Searched refs:mNotificationShadeWindowView (Results 1 – 9 of 9) sorted by relevance
63 private View mNotificationShadeWindowView; field in StatusBarTouchableRegionManager125 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 …]
461 protected NotificationShadeWindowView mNotificationShadeWindowView; field in StatusBar1127 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 …]
96 private final NotificationShadeWindowView mNotificationShadeWindowView; field in StatusBarCommandQueueCallbacks161 mNotificationShadeWindowView = notificationShadeWindowView; in StatusBarCommandQueueCallbacks()528 if (mNotificationShadeWindowView != null in setWindowState()
66 @Mock private NotificationShadeWindowView mNotificationShadeWindowView; field in NotificationShadeWindowControllerImplTest94 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()
81 @Mock private NotificationShadeWindowView mNotificationShadeWindowView; field in StatusBarCommandQueueCallbacksTest113 mNotificationShadeWindowView, in setup()
61 @Mock private View mNotificationShadeWindowView; field in HeadsUpManagerPhoneTest
212 @Mock private NotificationShadeWindowView mNotificationShadeWindowView; field in StatusBarTest477 mStatusBar.mNotificationShadeWindowView = mNotificationShadeWindowView; in setup()
161 private NotificationShadeWindowView mNotificationShadeWindowView; field in NewNotifPipelineBubblesTest243 mNotificationShadeWindowController.setNotificationShadeView(mNotificationShadeWindowView); in setUp()
227 private NotificationShadeWindowView mNotificationShadeWindowView; field in BubblesTest270 mNotificationShadeWindowController.setNotificationShadeView(mNotificationShadeWindowView); in setUp()