Searched refs:setNotificationsPanelController (Results 1 – 3 of 3) sorted by relevance
78 mNavBarView.setNotificationsPanelController(mNotificationsShadeController); in dispatchTouch_shadeOpen_flagOff_doesNotConsumeTouch()100 mNavBarView.setNotificationsPanelController(mNotificationsShadeController); in dispatchTouch_shadeOpen_flagOn_consumesTouch()
423 view.setNotificationsPanelController(notifShadeController); in setupBar()502 mTopView.setNotificationsPanelController(mNotificationsShadeController); in registerNotificationController()505 mBottomView.setNotificationsPanelController(mNotificationsShadeController); in registerNotificationController()508 mLeftView.setNotificationsPanelController(mNotificationsShadeController); in registerNotificationController()511 mRightView.setNotificationsPanelController(mNotificationsShadeController); in registerNotificationController()
184 public void setNotificationsPanelController(NotificationsShadeController controller) { in setNotificationsPanelController() method in CarSystemBarView