Searched refs:ShapeAppIcon (Results 1 – 6 of 6) sorted by relevance
47 import com.android.customization.model.theme.ThemeBundle.PreviewInfo.ShapeAppIcon;264 public final List<ShapeAppIcon> shapeAppIcons;268 public static class ShapeAppIcon { class in ThemeBundle.PreviewInfo272 public ShapeAppIcon(Drawable icon, CharSequence appName) { in ShapeAppIcon() method in ThemeBundle.PreviewInfo.ShapeAppIcon291 List<ShapeAppIcon> shapeAppIcons) { in PreviewInfo()326 private List<ShapeAppIcon> mAppIcons = new ArrayList<>();334 List<ShapeAppIcon> shapeIcons = new ArrayList<>(); in createPreviewInfo()344 for (ShapeAppIcon icon : mAppIcons) { in createPreviewInfo()348 shapeIcons.add(new ShapeAppIcon( in createPreviewInfo()421 public Builder setShapePreviewIcons(List<ShapeAppIcon> appIcons) { in setShapePreviewIcons()
26 import com.android.customization.model.theme.ThemeBundle.PreviewInfo.ShapeAppIcon;104 List<ShapeAppIcon> icons = new ArrayList<>(); in addShapePreviewIcons()119 icons.add(new ShapeAppIcon(icon, name)); in addShapePreviewIcons()
43 import com.android.customization.model.theme.ThemeBundle.PreviewInfo.ShapeAppIcon;215 List<ShapeAppIcon> icons = new ArrayList<>(); in addDefaultTheme()229 icons.add(new ShapeAppIcon(icon, name)); in addDefaultTheme()
43 import com.android.customization.model.theme.ThemeBundle.PreviewInfo.ShapeAppIcon;106 private List<ShapeAppIcon> getShapedAppIcons(Path path) { in getShapedAppIcons()107 List<ShapeAppIcon> shapedAppIcons = new ArrayList<>(); in getShapedAppIcons()127 shapedAppIcons.add(new ShapeAppIcon(icon, name)); in getShapedAppIcons()
63 import com.android.customization.model.theme.ThemeBundle.PreviewInfo.ShapeAppIcon;466 private final List<ShapeAppIcon> mAppIcons;477 List<ShapeAppIcon> appIcons) { in ShapeOption()
50 import com.android.customization.model.theme.ThemeBundle.PreviewInfo.ShapeAppIcon;286 private void setAppIconShape(List<ShapeAppIcon> appIcons) { in setAppIconShape()289 ShapeAppIcon icon = appIcons.get(i); in setAppIconShape()