Home
last modified time | relevance | path

Searched refs:MDSystemBarsController (Results 1 – 7 of 7) sorted by relevance

/packages/apps/Car/SystemUI/src/com/android/systemui/wmshell/
DCarWMShellModule.java28 import com.android.systemui.wm.MDSystemBarsController;
64 static Optional<MDSystemBarsController> provideMUMDPerDisplayInsetsChangeController( in provideMUMDPerDisplayInsetsChangeController()
70 new MDSystemBarsController(windowManager, mainHandler, context)); in provideMUMDPerDisplayInsetsChangeController()
DCarWMComponent.java23 import com.android.systemui.wm.MDSystemBarsController;
57 Optional<MDSystemBarsController> getMDSystemBarController(); in getMDSystemBarController()
/packages/apps/Car/SystemUI/tests/src/com/android/systemui/
DCarSystemUITestInitializer.java25 import com.android.systemui.wm.MDSystemBarsController;
40 .setMDSystemBarsController(Optional.of(mock(MDSystemBarsController.class))); in prepareSysUIComponentBuilder()
/packages/apps/Car/SystemUI/src/com/android/systemui/wm/
DMDSystemBarsController.java57 public class MDSystemBarsController { class
59 private static final String TAG = MDSystemBarsController.class.getSimpleName();
68 public MDSystemBarsController( in MDSystemBarsController() method in MDSystemBarsController
/packages/apps/Car/SystemUI/src/com/android/systemui/
DCarSysUIComponent.java24 import com.android.systemui.wm.MDSystemBarsController;
55 Builder setMDSystemBarsController(Optional<MDSystemBarsController> m); in setMDSystemBarsController()
/packages/services/Car/car_product/car_ui_portrait/apps/CarUiPortraitSystemUI/src/com/android/systemui/wmshell/
DCarUiPortraitWMShellModule.java28 import com.android.systemui.wm.MDSystemBarsController;
73 abstract MDSystemBarsController optionalMDSystemBarsController(); in optionalMDSystemBarsController()
/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/
DCarSystemBar.java85 import com.android.systemui.wm.MDSystemBarsController;
101 MDSystemBarsController.Listener {
164 private MDSystemBarsController mMDSystemBarsController;
190 Optional<MDSystemBarsController> mdSystemBarsController, in CarSystemBar()