Home
last modified time | relevance | path

Searched refs:ThemeComponentOption (Results 1 – 10 of 10) sorted by relevance

/packages/apps/ThemePicker/src/com/android/customization/picker/theme/
DCustomThemeComponentFragment.java34 import com.android.customization.model.theme.custom.ThemeComponentOption;
59 private ThemeComponentOptionProvider<? extends ThemeComponentOption> mProvider;
63 private OptionSelectorController<ThemeComponentOption> mOptionsController;
64 private ThemeComponentOption mSelectedOption;
92 public ThemeComponentOption getSelectedOption() { in getSelectedOption()
106 mSelectedOption = (ThemeComponentOption) selected; in setUpOptions()
111 for (ThemeComponentOption option : options) { in setUpOptions()
DCustomThemeActivity.java45 import com.android.customization.model.theme.custom.ThemeComponentOption;
46 import com.android.customization.model.theme.custom.ThemeComponentOption.ColorOption;
47 import com.android.customization.model.theme.custom.ThemeComponentOption.FontOption;
48 import com.android.customization.model.theme.custom.ThemeComponentOption.IconOption;
49 import com.android.customization.model.theme.custom.ThemeComponentOption.ShapeOption;
272 public ThemeComponentOptionProvider<? extends ThemeComponentOption> getComponentOptionProvider(
287 private static abstract class ComponentStep<T extends ThemeComponentOption> {
DCustomThemeStepFragment.java18 import com.android.customization.model.theme.custom.ThemeComponentOption;
99 ThemeComponentOptionProvider<? extends ThemeComponentOption> getComponentOptionProvider( in getComponentOptionProvider()
/packages/apps/ThemePicker/src/com/android/customization/model/theme/custom/
DThemeComponentOption.java75 public abstract class ThemeComponentOption implements CustomizationOption<ThemeComponentOption> { class
99 public static class FontOption extends ThemeComponentOption {
126 public boolean isActive(CustomizationManager<ThemeComponentOption> manager) { in isActive()
177 public static class IconOption extends ThemeComponentOption {
200 public boolean isActive(CustomizationManager<ThemeComponentOption> manager) { in isActive()
264 public static class ColorOption extends ThemeComponentOption {
330 public boolean isActive(CustomizationManager<ThemeComponentOption> manager) { in isActive()
416 public static class ShapeOption extends ThemeComponentOption {
470 public boolean isActive(CustomizationManager<ThemeComponentOption> manager) { in isActive()
DCustomThemeManager.java29 public class CustomThemeManager implements CustomizationManager<ThemeComponentOption> {
47 public void apply(ThemeComponentOption option, @Nullable Callback callback) { in apply()
63 … public void fetchOptions(OptionsFetchedListener<ThemeComponentOption> callback, boolean reload) { in fetchOptions()
DThemeComponentOptionProvider.java34 public abstract class ThemeComponentOptionProvider<T extends ThemeComponentOption> {
DFontOptionsProvider.java33 import com.android.customization.model.theme.custom.ThemeComponentOption.FontOption;
DShapeOptionsProvider.java42 import com.android.customization.model.theme.custom.ThemeComponentOption.ShapeOption;
DIconOptionsProvider.java36 import com.android.customization.model.theme.custom.ThemeComponentOption.IconOption;
DColorOptionsProvider.java44 import com.android.customization.model.theme.custom.ThemeComponentOption.ColorOption;