Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/
DModeSwitchesController.java40 private final DisplayIdIndexSupplier<MagnificationModeSwitch> mSwitchSupplier; field in ModeSwitchesController
43 mSwitchSupplier = new SwitchSupplier(context, in ModeSwitchesController()
49 mSwitchSupplier = switchSupplier; in ModeSwitchesController()
64 mSwitchSupplier.get(displayId); in showButton()
78 mSwitchSupplier.get(displayId); in removeButton()
92 mSwitchSupplier.forEach( in onConfigurationChanged()