Home
last modified time | relevance | path

Searched refs:setNotificationsPanelController (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/systembar/
DCarSystemBarViewTest.java78 mNavBarView.setNotificationsPanelController(mNotificationsShadeController); in dispatchTouch_shadeOpen_flagOff_doesNotConsumeTouch()
100 mNavBarView.setNotificationsPanelController(mNotificationsShadeController); in dispatchTouch_shadeOpen_flagOn_consumesTouch()
/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/
DCarSystemBarController.java423 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()
DCarSystemBarView.java184 public void setNotificationsPanelController(NotificationsShadeController controller) { in setNotificationsPanelController() method in CarSystemBarView