Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/systembar/
H A DCarSystemBarViewTest.java76 mNavBarView.setNotificationsPanelController(mNotificationsShadeController); in dispatchTouch_shadeOpen_flagOff_doesNotConsumeTouch()
97 mNavBarView.setNotificationsPanelController(mNotificationsShadeController); in dispatchTouch_shadeOpen_flagOn_consumesTouch()
/aosp12/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/
H A DCarSystemBarController.java348 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()
H A DCarSystemBarView.java155 public void setNotificationsPanelController(NotificationsShadeController controller) { in setNotificationsPanelController() method in CarSystemBarView