Searched refs:SwitchElement (Results 1 – 1 of 1) sorted by relevance
81 new SwitchElement("Add PaintBooth to plugin deny-list", this::isInPluginDenyList,136 if (!(e instanceof SwitchElement)) { in bind()139 SwitchElement element = (SwitchElement) e; in bind()350 private static class SwitchElement extends ListElement { class in MainActivity354 private SwitchElement(String text, Supplier<Boolean> isCheckedSupplier, in SwitchElement() method in MainActivity.SwitchElement375 private class ServiceElement extends SwitchElement {