Home
last modified time | relevance | path

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

/packages/apps/ThemePicker/src/com/android/customization/model/theme/custom/
DColorOptionsProvider.java28 import static com.android.customization.model.theme.custom.ThemeComponentOption.ColorOption.COLOR_T…
46 import com.android.customization.model.theme.custom.ThemeComponentOption.ColorOption;
56 public class ColorOptionsProvider extends ThemeComponentOptionProvider<ColorOption> {
107 ColorOption option = new ColorOption(overlayPackage, label, lightColor, darkColor); in loadOptions()
138 ColorOption option = new ColorOption(null, in addDefault()
DThemeComponentOption.java258 public static class ColorOption extends ThemeComponentOption { class in ThemeComponentOption
300 ColorOption(String packageName, String label, @ColorInt int lightColor, in ColorOption() method in ThemeComponentOption.ColorOption
/packages/apps/ThemePicker/src/com/android/customization/picker/theme/
DCustomThemeActivity.java46 import com.android.customization.model.theme.custom.ThemeComponentOption.ColorOption;
345 private class ColorStep extends ComponentStep<ColorOption> {
347 protected ColorStep(ThemeComponentOptionProvider<ColorOption> provider,