Searched refs:mNotificationsShadeController (Results 1 – 3 of 3) sorted by relevance
54 private NotificationsShadeController mNotificationsShadeController; field in CarSystemBarController184 setupBar(mTopView, mTopBarTouchListener, mNotificationsShadeController); in getTopBar()196 setupBar(mBottomView, mBottomBarTouchListener, mNotificationsShadeController); in getBottomBar()208 setupBar(mLeftView, mLeftBarTouchListener, mNotificationsShadeController); in getLeftBar()220 setupBar(mRightView, mRightBarTouchListener, mNotificationsShadeController); in getRightBar()270 mNotificationsShadeController = notificationsShadeController; in registerNotificationController()272 mTopView.setNotificationsPanelController(mNotificationsShadeController); in registerNotificationController()275 mBottomView.setNotificationsPanelController(mNotificationsShadeController); in registerNotificationController()278 mLeftView.setNotificationsPanelController(mNotificationsShadeController); in registerNotificationController()281 mRightView.setNotificationsPanelController(mNotificationsShadeController); in registerNotificationController()
56 private NotificationsShadeController mNotificationsShadeController; field in CarSystemBarView104 boolean shouldConsumeEvent = mNotificationsShadeController == null ? false in onInterceptTouchEvent()105 : mNotificationsShadeController.isNotificationPanelOpen(); in onInterceptTouchEvent()120 mNotificationsShadeController = controller; in setNotificationsPanelController()125 return mNotificationsShadeController; in getNotificationsPanelController()151 if (mNotificationsShadeController != null) { in onNotificationsClick()152 mNotificationsShadeController.togglePanel(); in onNotificationsClick()
51 private CarSystemBarController.NotificationsShadeController mNotificationsShadeController; field in CarSystemBarViewTest73 when(mNotificationsShadeController.isNotificationPanelOpen()).thenReturn(true); in dispatchTouch_shadeOpen_flagOff_doesNotConsumeTouch()76 mNavBarView.setNotificationsPanelController(mNotificationsShadeController); in dispatchTouch_shadeOpen_flagOff_doesNotConsumeTouch()94 when(mNotificationsShadeController.isNotificationPanelOpen()).thenReturn(true); in dispatchTouch_shadeOpen_flagOn_consumesTouch()97 mNavBarView.setNotificationsPanelController(mNotificationsShadeController); in dispatchTouch_shadeOpen_flagOn_consumesTouch()