Searched refs:shapeAppIcons (Results 1 – 4 of 4) sorted by relevance
284 public final List<Drawable> shapeAppIcons; field in ThemeBundle.PreviewInfo290 @Nullable Asset wallpaperAsset, List<Drawable> shapeAppIcons) { in PreviewInfo() argument300 this.shapeAppIcons = shapeAppIcons; in PreviewInfo()
405 previewInfo.shapeDrawable, previewInfo.shapeAppIcons, editClickListener, in ThemePreviewAdapter()489 if (!previewInfo.shapeAppIcons.isEmpty()) { in ThemePreviewAdapter()496 && i < previewInfo.shapeAppIcons.size(); i++) { in ThemePreviewAdapter()499 previewInfo.shapeAppIcons.get(i)); in ThemePreviewAdapter()
112 List<Drawable> shapeAppIcons, in ThemeCoverPage() argument123 mShapeAppIcons = shapeAppIcons; in ThemeCoverPage()
138 previewInfo.shapeDrawable, previewInfo.shapeAppIcons, null, in bindCover()