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/
DThemeBundle.java263 public final Drawable shapeDrawable; field in ThemeBundle.PreviewInfo
290 Drawable shapeDrawable, @Dimension int cornerRadius, in PreviewInfo()
333 ShapeDrawable shapeDrawable = null; in createPreviewInfo() local
/packages/apps/ThemePicker/src/com/android/customization/model/theme/custom/
DShapeOptionsProvider.java100 ShapeDrawable shapeDrawable = new ShapeDrawable(shape); in createShapeDrawable() local
DColorOptionsProvider.java160 ShapeDrawable shapeDrawable = null; in loadShape() local
DThemeComponentOption.java452 public void setShapeDrawable(@Nullable Drawable shapeDrawable) { in setShapeDrawable()
476 @Dimension int cornerRadius, Drawable shapeDrawable, in ShapeOption()
/packages/apps/ThemePicker/src/com/android/customization/picker/theme/
DThemeOptionPreviewer.java299 private void setColorAndIconsSection(List<Drawable> icons, Drawable shapeDrawable, in setColorAndIconsSection()