Home
last modified time | relevance | path

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

/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/
DCarSystemBarController.java227 view.setNotificationsPanelController(notifShadeController); in setupBar()
272 mTopView.setNotificationsPanelController(mNotificationsShadeController); in registerNotificationController()
275 mBottomView.setNotificationsPanelController(mNotificationsShadeController); in registerNotificationController()
278 mLeftView.setNotificationsPanelController(mNotificationsShadeController); in registerNotificationController()
281 mRightView.setNotificationsPanelController(mNotificationsShadeController); in registerNotificationController()
DCarSystemBarView.java119 public void setNotificationsPanelController(NotificationsShadeController controller) { in setNotificationsPanelController() method in CarSystemBarView
/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/systembar/
DCarSystemBarViewTest.java76 mNavBarView.setNotificationsPanelController(mNotificationsShadeController); in dispatchTouch_shadeOpen_flagOff_doesNotConsumeTouch()
97 mNavBarView.setNotificationsPanelController(mNotificationsShadeController); in dispatchTouch_shadeOpen_flagOn_consumesTouch()