Home
last modified time | relevance | path

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

/packages/apps/ThemePicker/src/com/android/customization/model/themedicon/
DThemedIconSwitchProvider.java37 public class ThemedIconSwitchProvider { class
39 private static ThemedIconSwitchProvider sThemedIconSwitchProvider;
58 public static ThemedIconSwitchProvider getInstance(Context context) { in getInstance()
61 sThemedIconSwitchProvider = new ThemedIconSwitchProvider( in getInstance()
71 private ThemedIconSwitchProvider(ContentResolver contentResolver, in ThemedIconSwitchProvider() method in ThemedIconSwitchProvider
DThemedIconSectionController.java39 private final ThemedIconSwitchProvider mThemedIconOptionsProvider;
49 ThemedIconSwitchProvider themedIconOptionsProvider, in ThemedIconSectionController()
/packages/apps/ThemePicker/src/com/android/customization/module/
DDefaultCustomizationSections.java13 import com.android.customization.model.themedicon.ThemedIconSwitchProvider;
195 ThemedIconSwitchProvider.getInstance(activity), in getSectionControllersForScreen()
DThemePickerInjector.kt37 import com.android.customization.model.themedicon.ThemedIconSwitchProvider in <lambda>()
482 val optionProvider = ThemedIconSwitchProvider.getInstance(context) in <lambda>()