Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/
H A DModeSwitchesController.java46 private final DisplayIdIndexSupplier<MagnificationModeSwitch> mSwitchSupplier; field in ModeSwitchesController
51 mSwitchSupplier = new SwitchSupplier(context, displayManager, this::onClick); in ModeSwitchesController()
56 mSwitchSupplier = switchSupplier; in ModeSwitchesController()
71 mSwitchSupplier.get(displayId); in showButton()
85 mSwitchSupplier.get(displayId); in removeButton()
99 mSwitchSupplier.forEach( in onConfigurationChanged()