Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/
DModeSwitchesController.java43 mSwitchSupplier = new SwitchSupplier(context, in ModeSwitchesController()
96 private static class SwitchSupplier extends DisplayIdIndexSupplier<MagnificationModeSwitch> { class in ModeSwitchesController
104 SwitchSupplier(Context context, DisplayManager displayManager) { in SwitchSupplier() method in ModeSwitchesController.SwitchSupplier