Home
last modified time | relevance | path

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

/packages/apps/ThemePicker/src/com/android/customization/model/theme/custom/
DShapeOptionsProvider.java42 import com.android.customization.model.theme.custom.ThemeComponentOption.ShapeOption;
53 public class ShapeOptionsProvider extends ThemeComponentOptionProvider<ShapeOption> {
77 mOptions.add(new ShapeOption(overlayPackage, label, path, in loadOptions()
90 mOptions.add(new ShapeOption(null, mContext.getString(R.string.default_theme_title), path, in addDefault()
DThemeComponentOption.java416 public static class ShapeOption extends ThemeComponentOption { class in ThemeComponentOption
428 ShapeOption(String packageName, String label, Path path, in ShapeOption() method in ThemeComponentOption.ShapeOption
/packages/apps/ThemePicker/src/com/android/customization/picker/theme/
DCustomThemeActivity.java49 import com.android.customization.model.theme.custom.ThemeComponentOption.ShapeOption;
362 private class ShapeStep extends ComponentStep<ShapeOption> {
364 protected ShapeStep(ThemeComponentOptionProvider<ShapeOption> provider,