Searched refs:mAppIcons (Results 1 – 2 of 2) sorted by relevance
419 private final List<Drawable> mAppIcons; field in ThemeComponentOption.ShapeOption433 mAppIcons = appIcons; in ShapeOption()490 for (int i = 0; i < mShapeIconIds.length && i < mAppIcons.size(); i++) { in bindPreview()492 iconView.setBackground(mAppIcons.get(i)); in bindPreview()499 for (Drawable appIcon : mAppIcons) { in buildStep()
330 private List<Drawable> mAppIcons = new ArrayList<>(); field in ThemeBundle.Builder349 for (Drawable icon : mAppIcons) { in createPreviewInfo()449 mAppIcons.add(appIcon); in addShapePreviewIcon()