Searched refs:ModeSwitchesController (Results 1 – 7 of 7) sorted by relevance
38 public class ModeSwitchesController { class42 public ModeSwitchesController(Context context) { in ModeSwitchesController() method in ModeSwitchesController48 ModeSwitchesController(DisplayIdIndexSupplier<MagnificationModeSwitch> switchSupplier) { in ModeSwitchesController() method in ModeSwitchesController
42 private final ModeSwitchesController mModeSwitchesController;45 @Main Handler mainHandler, ModeSwitchesController modeSwitchesController) { in WindowMagnificationConnectionImpl()
61 private final ModeSwitchesController mModeSwitchesController;106 CommandQueue commandQueue, ModeSwitchesController modeSwitchesController, in WindowMagnification()
45 private ModeSwitchesController mModeSwitchesController;52 mModeSwitchesController = new ModeSwitchesController(mSupplier); in setUp()
69 private ModeSwitchesController mModeSwitchesController;
65 private ModeSwitchesController mModeSwitchesController;
51 import com.android.systemui.accessibility.ModeSwitchesController;382 public ModeSwitchesController providesModeSwitchesController(Context context) { in providesModeSwitchesController()383 return new ModeSwitchesController(context); in providesModeSwitchesController()