Home
last modified time | relevance | path

Searched refs:CarSystemBarController (Results 1 – 19 of 19) sorted by relevance

/packages/apps/Car/SystemUI/src/com/android/systemui/car/notification/
DNotificationPanelViewMediator.java19 import static com.android.systemui.car.systembar.CarSystemBarController.BOTTOM;
20 import static com.android.systemui.car.systembar.CarSystemBarController.LEFT;
21 import static com.android.systemui.car.systembar.CarSystemBarController.RIGHT;
22 import static com.android.systemui.car.systembar.CarSystemBarController.TOP;
36 import com.android.systemui.car.systembar.CarSystemBarController;
56 private final CarSystemBarController mCarSystemBarController;
96 CarSystemBarController carSystemBarController, in NotificationPanelViewMediator()
189 protected final CarSystemBarController getCarSystemBarController() { in getCarSystemBarController()
DTopNotificationPanelViewMediator.java19 import static com.android.systemui.car.systembar.CarSystemBarController.TOP;
24 import com.android.systemui.car.systembar.CarSystemBarController;
42 CarSystemBarController carSystemBarController, in TopNotificationPanelViewMediator()
DBottomNotificationPanelViewMediator.java19 import static com.android.systemui.car.systembar.CarSystemBarController.BOTTOM;
24 import com.android.systemui.car.systembar.CarSystemBarController;
42 CarSystemBarController carSystemBarController, in BottomNotificationPanelViewMediator()
/packages/apps/Car/SystemUI/src/com/android/systemui/car/hvac/
DHvacPanelOverlayViewMediator.java19 import static com.android.systemui.car.systembar.CarSystemBarController.BOTTOM;
20 import static com.android.systemui.car.systembar.CarSystemBarController.LEFT;
21 import static com.android.systemui.car.systembar.CarSystemBarController.RIGHT;
22 import static com.android.systemui.car.systembar.CarSystemBarController.TOP;
34 import com.android.systemui.car.systembar.CarSystemBarController;
47 private final CarSystemBarController mCarSystemBarController;
79 CarSystemBarController carSystemBarController, in HvacPanelOverlayViewMediator()
/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/
DCarSystemBarModule.java19 import static com.android.systemui.car.systembar.CarSystemBarController.LEFT;
20 import static com.android.systemui.car.systembar.CarSystemBarController.TOP;
21 import static com.android.systemui.car.systembar.CarSystemBarController.RIGHT;
22 import static com.android.systemui.car.systembar.CarSystemBarController.BOTTOM;
93 CarSystemBarController carSystemBarController) { in provideCarSystemBarConfigListener()
129 abstract CarSystemBarController optionalCarSystemBarController(); in optionalCarSystemBarController()
139 static CarSystemBarController provideCarSystemBarController( in provideCarSystemBarController()
141 @CarSysUIDynamicOverride Optional<CarSystemBarController> carSystemBarController, in provideCarSystemBarController()
246 CarSystemBarController controller) { in provideKeyguardSystemBarPresenter()
DCarSystemBar.java27 private final CarSystemBarController mCarSystemBarController;
30 public CarSystemBar(CarSystemBarController carSystemBarController) { in CarSystemBar()
DCarTopSystemBarViewController.java18 import static com.android.systemui.car.systembar.CarSystemBarController.TOP;
31 import com.android.systemui.car.systembar.CarSystemBarController.SystemBarSide;
DSystemBarConfigsImpl.java21 import static com.android.systemui.car.systembar.CarSystemBarController.BOTTOM;
22 import static com.android.systemui.car.systembar.CarSystemBarController.LEFT;
23 import static com.android.systemui.car.systembar.CarSystemBarController.RIGHT;
24 import static com.android.systemui.car.systembar.CarSystemBarController.TOP;
46 import com.android.systemui.car.systembar.CarSystemBarController.SystemBarSide;
DCarSystemBarViewControllerFactory.java20 import com.android.systemui.car.systembar.CarSystemBarController.SystemBarSide;
DCarSystemBarViewFactory.java22 import com.android.systemui.car.systembar.CarSystemBarController.SystemBarSide;
DCarSystemBarController.java32 public interface CarSystemBarController extends ConfigurationController.ConfigurationListener { interface
DSystemBarConfigs.java25 import com.android.systemui.car.systembar.CarSystemBarController.SystemBarSide;
DCarSystemBarViewFactoryImpl.java25 import com.android.systemui.car.systembar.CarSystemBarController.SystemBarSide;
DCarSystemBarViewControllerImpl.java33 import com.android.systemui.car.systembar.CarSystemBarController.SystemBarSide;
DCarSystemBarControllerImpl.java98 public class CarSystemBarControllerImpl implements CarSystemBarController,
103 private static final String TAG = CarSystemBarController.class.getSimpleName();
/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/hvac/
DHvacPanelOverlayViewMediatorTest.java33 import com.android.systemui.car.systembar.CarSystemBarController;
53 private CarSystemBarController mCarSystemBarController;
/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/systembar/
DSystemBarConfigsTest.java21 import static com.android.systemui.car.systembar.CarSystemBarController.BOTTOM;
22 import static com.android.systemui.car.systembar.CarSystemBarController.LEFT;
23 import static com.android.systemui.car.systembar.CarSystemBarController.RIGHT;
24 import static com.android.systemui.car.systembar.CarSystemBarController.TOP;
377 CarSystemBarController carSystemBarController, in TestTopNotificationPanelViewMediator()
DCarSystemBarControllerTest.java23 import static com.android.systemui.car.systembar.CarSystemBarController.BOTTOM;
24 import static com.android.systemui.car.systembar.CarSystemBarController.LEFT;
25 import static com.android.systemui.car.systembar.CarSystemBarController.RIGHT;
26 import static com.android.systemui.car.systembar.CarSystemBarController.TOP;
64 import com.android.systemui.car.systembar.CarSystemBarController.SystemBarSide;
DCarSystemBarTest.java23 import static com.android.systemui.car.systembar.CarSystemBarController.BOTTOM;
24 import static com.android.systemui.car.systembar.CarSystemBarController.LEFT;
25 import static com.android.systemui.car.systembar.CarSystemBarController.RIGHT;
26 import static com.android.systemui.car.systembar.CarSystemBarController.TOP;