Searched refs:carSystemBarController (Results 1 – 10 of 10) sorted by relevance
/packages/services/Car/car_product/car_ui_portrait/apps/CarUiPortraitSystemUI/src/com/android/systemui/car/hvac/ |
D | AutoDismissHvacPanelOverlayViewMediator.java | 38 CarSystemBarController carSystemBarController, in AutoDismissHvacPanelOverlayViewMediator() argument 42 super(context, carSystemBarController, hvacPanelOverlayViewController, broadcastDispatcher, in AutoDismissHvacPanelOverlayViewMediator()
|
/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/ |
D | CarSystemBarModule.java | 134 @CarSysUIDynamicOverride Optional<CarSystemBarController> carSystemBarController, in provideCarSystemBarController() 145 if (carSystemBarController.isPresent()) { in provideCarSystemBarController() 146 return carSystemBarController.get(); in provideCarSystemBarController()
|
D | CarSystemBarMediator.java | 61 CarSystemBarController carSystemBarController, Context context, in CarSystemBarMediator() argument 65 mCarSystemBarController = carSystemBarController; in CarSystemBarMediator()
|
D | CarSystemBar.java | 170 CarSystemBarController carSystemBarController, in CarSystemBar() argument 194 mCarSystemBarController = carSystemBarController; in CarSystemBar()
|
/packages/apps/Car/SystemUI/src/com/android/systemui/car/notification/ |
D | TopNotificationPanelViewMediator.java | 42 CarSystemBarController carSystemBarController, in TopNotificationPanelViewMediator() argument 52 carSystemBarController, in TopNotificationPanelViewMediator()
|
D | BottomNotificationPanelViewMediator.java | 42 CarSystemBarController carSystemBarController, in BottomNotificationPanelViewMediator() argument 52 carSystemBarController, in BottomNotificationPanelViewMediator()
|
D | NotificationPanelViewMediator.java | 95 CarSystemBarController carSystemBarController, in NotificationPanelViewMediator() argument 105 mCarSystemBarController = carSystemBarController; in NotificationPanelViewMediator()
|
/packages/apps/Car/SystemUI/src/com/android/systemui/car/hvac/ |
D | HvacPanelOverlayViewMediator.java | 75 CarSystemBarController carSystemBarController, in HvacPanelOverlayViewMediator() argument 80 mCarSystemBarController = carSystemBarController; in HvacPanelOverlayViewMediator()
|
/packages/apps/Car/SystemUI/src/com/android/systemui/car/keyguard/ |
D | CarKeyguardViewController.java | 161 CarSystemBarController carSystemBarController, in CarKeyguardViewController() argument 185 mCarSystemBarController = carSystemBarController; in CarKeyguardViewController()
|
/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/systembar/ |
D | SystemBarConfigsTest.java | 374 CarSystemBarController carSystemBarController, in TestTopNotificationPanelViewMediator() argument 382 super(context, carSystemBarController, notificationPanelViewController, in TestTopNotificationPanelViewMediator()
|