Searched refs:ColorOption (Results 1 – 3 of 3) sorted by relevance
28 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()
258 public static class ColorOption extends ThemeComponentOption { class in ThemeComponentOption300 ColorOption(String packageName, String label, @ColorInt int lightColor, in ColorOption() method in ThemeComponentOption.ColorOption
46 import com.android.customization.model.theme.custom.ThemeComponentOption.ColorOption;345 private class ColorStep extends ComponentStep<ColorOption> {347 protected ColorStep(ThemeComponentOptionProvider<ColorOption> provider,