Home
last modified time | relevance | path

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

/aosp12/packages/apps/ThemePicker/src/com/android/customization/model/theme/custom/
H A DShapeOptionsProvider.java44 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 DThemeComponentOption.java463 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 DCustomThemeActivity.java49 import com.android.customization.model.theme.custom.ThemeComponentOption.ShapeOption;
387 private class ShapeStep extends ComponentStep<ShapeOption> {
389 protected ShapeStep(ThemeComponentOptionProvider<ShapeOption> provider, in ShapeStep()