Home
last modified time | relevance | path

Searched defs:shapeDrawable (Results 1 – 5 of 5) sorted by relevance

/packages/apps/ThemePicker/src/com/android/customization/model/theme/custom/
DShapeOptionsProvider.java74 ShapeDrawable shapeDrawable = createShapeDrawable(path); in loadOptions() local
89 ShapeDrawable shapeDrawable = createShapeDrawable(path); in addDefault() local
99 ShapeDrawable shapeDrawable = new ShapeDrawable(shape); in createShapeDrawable() local
DColorOptionsProvider.java160 ShapeDrawable shapeDrawable = null; in loadShape() local
DThemeComponentOption.java405 public void setShapeDrawable(@Nullable Drawable shapeDrawable) { in setShapeDrawable()
429 @Dimension int cornerRadius, Drawable shapeDrawable, in ShapeOption()
/packages/apps/ThemePicker/src/com/android/customization/model/theme/
DThemeBundle.java282 public final Drawable shapeDrawable; field in ThemeBundle.PreviewInfo
289 Drawable shapeDrawable, @Dimension int cornerRadius, in PreviewInfo()
338 ShapeDrawable shapeDrawable = null; in createPreviewInfo() local
/packages/apps/ThemePicker/src/com/android/customization/picker/theme/
DThemePreviewPage.java111 Drawable shapeDrawable, in ThemeCoverPage()