Home
last modified time | relevance | path

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

/aosp12/packages/apps/ThemePicker/src/com/android/customization/model/theme/
H A 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
/aosp12/packages/apps/ThemePicker/src/com/android/customization/model/theme/custom/
H A DShapeOptionsProvider.java100 ShapeDrawable shapeDrawable = new ShapeDrawable(shape); in createShapeDrawable() local
H A DColorOptionsProvider.java160 ShapeDrawable shapeDrawable = null; in loadShape() local
H A DThemeComponentOption.java452 public void setShapeDrawable(@Nullable Drawable shapeDrawable) { in setShapeDrawable()
476 @Dimension int cornerRadius, Drawable shapeDrawable, in ShapeOption()
/aosp12/packages/apps/ThemePicker/src/com/android/customization/picker/theme/
H A DThemeOptionPreviewer.java299 private void setColorAndIconsSection(List<Drawable> icons, Drawable shapeDrawable, in setColorAndIconsSection()
/aosp12/frameworks/base/core/java/android/widget/
H A DSmartSelectSprite.java406 final ShapeDrawable shapeDrawable = new ShapeDrawable(rectangleList); in startAnimation() local