Searched refs:ShapeOption (Results 1 – 3 of 3) sorted by relevance
/aosp12/packages/apps/ThemePicker/src/com/android/customization/model/theme/custom/ |
H A D | ShapeOptionsProvider.java | 44 import com.android.customization.model.theme.custom.ThemeComponentOption.ShapeOption; 55 public class ShapeOptionsProvider extends ThemeComponentOptionProvider<ShapeOption> { 78 mOptions.add(new ShapeOption(overlayPackage, label, path, in loadOptions() 91 mOptions.add(new ShapeOption(null, mContext.getString(R.string.default_theme_title), path, in addDefault()
|
H A D | ThemeComponentOption.java | 463 public static class ShapeOption extends ThemeComponentOption { class in ThemeComponentOption 475 ShapeOption(String packageName, String label, Path path, in ShapeOption() method in ThemeComponentOption.ShapeOption
|
/aosp12/packages/apps/ThemePicker/src/com/android/customization/picker/theme/ |
H A D | CustomThemeActivity.java | 49 import com.android.customization.model.theme.custom.ThemeComponentOption.ShapeOption; 387 private class ShapeStep extends ComponentStep<ShapeOption> { 389 protected ShapeStep(ThemeComponentOptionProvider<ShapeOption> provider, in ShapeStep()
|