Home
last modified time | relevance | path

Searched refs:DisplaySystemBarsController (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Car/SystemUI/src/com/android/systemui/wmshell/
DCarWMShellModule.java27 import com.android.systemui.wm.DisplaySystemBarsController;
54 static DisplaySystemBarsController provideDisplaySystemBarsController(Context context, in provideDisplaySystemBarsController()
58 return new DisplaySystemBarsController(context, wmService, displayController, in provideDisplaySystemBarsController()
DCarWMComponent.java22 import com.android.systemui.wm.DisplaySystemBarsController;
51 DisplaySystemBarsController getDisplaySystemBarsController(); in getDisplaySystemBarsController()
/packages/apps/Car/SystemUI/tests/src/com/android/systemui/wm/
DDisplaySystemBarsControllerTest.java49 private DisplaySystemBarsController mController;
70 mController = new DisplaySystemBarsController( in setUp()
/packages/services/Car/car_product/car_ui_portrait/apps/CarUiPortraitSystemUI/src/com/android/systemui/wmshell/
DCarUiPortraitWMShellModule.java27 import com.android.systemui.wm.DisplaySystemBarsController;
54 static DisplaySystemBarsController bindDisplaySystemBarsController( in bindDisplaySystemBarsController()
/packages/apps/Car/SystemUI/src/com/android/systemui/wm/
DDisplaySystemBarsController.java64 public class DisplaySystemBarsController implements DisplayController.OnDisplaysChangedListener { class
66 private static final String TAG = DisplaySystemBarsController.class.getSimpleName();
103 public DisplaySystemBarsController( in DisplaySystemBarsController() method in DisplaySystemBarsController
/packages/services/Car/car_product/car_ui_portrait/apps/CarUiPortraitSystemUI/src/com/android/systemui/wm/
DCarUiPortraitDisplaySystemBarsController.java52 public class CarUiPortraitDisplaySystemBarsController extends DisplaySystemBarsController {
174 class CarUiPortraitPerDisplay extends DisplaySystemBarsController.PerDisplay {