Searched refs:setNotificationsPanelController (Results 1 – 3 of 3) sorted by relevance
76 mNavBarView.setNotificationsPanelController(mNotificationsShadeController); in dispatchTouch_shadeOpen_flagOff_doesNotConsumeTouch()97 mNavBarView.setNotificationsPanelController(mNotificationsShadeController); in dispatchTouch_shadeOpen_flagOn_consumesTouch()
348 view.setNotificationsPanelController(notifShadeController); in setupBar()426 mTopView.setNotificationsPanelController(mNotificationsShadeController); in registerNotificationController()429 mBottomView.setNotificationsPanelController(mNotificationsShadeController); in registerNotificationController()432 mLeftView.setNotificationsPanelController(mNotificationsShadeController); in registerNotificationController()435 mRightView.setNotificationsPanelController(mNotificationsShadeController); in registerNotificationController()
155 public void setNotificationsPanelController(NotificationsShadeController controller) { in setNotificationsPanelController() method in CarSystemBarView