Home
last modified time | relevance | path

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

/packages/apps/ThemePicker/src/com/android/customization/model/theme/custom/
DIconOptionsProvider.java36 import com.android.customization.model.theme.custom.ThemeComponentOption.IconOption;
48 public class IconOptionsProvider extends ThemeComponentOptionProvider<IconOption> {
74 Map<String, IconOption> optionsByPrefix = new HashMap<>(); in loadOptions()
76 IconOption option = addOrUpdateOption(optionsByPrefix, overlayPackage, in loadOptions()
104 for (IconOption option : optionsByPrefix.values()) { in loadOptions()
112 private IconOption addOrUpdateOption(Map<String, IconOption> optionsByPrefix, in addOrUpdateOption()
115 IconOption option; in addOrUpdateOption()
117 option = new IconOption(); in addOrUpdateOption()
136 IconOption option = new IconOption(); in addDefault()
DThemeComponentOption.java177 public static class IconOption extends ThemeComponentOption { class in ThemeComponentOption
/packages/apps/ThemePicker/src/com/android/customization/picker/theme/
DCustomThemeActivity.java48 import com.android.customization.model.theme.custom.ThemeComponentOption.IconOption;
329 private class IconStep extends ComponentStep<IconOption> {
331 protected IconStep(ThemeComponentOptionProvider<IconOption> provider,