Home
last modified time | relevance | path

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

/packages/apps/ThemePicker/src/com/android/customization/model/theme/
DThemeBundle.java334 List<ShapeAppIcon> shapeIcons = new ArrayList<>(); in createPreviewInfo() local
348 shapeIcons.add(new ShapeAppIcon( in createPreviewInfo()
353 shapeIcons.add(icon); in createPreviewInfo()
360 mColorAccentDark, mIcons, shapeDrawable, mCornerRadius, shapeIcons); in createPreviewInfo()