Home
last modified time | relevance | path

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

/packages/apps/ThemePicker/src/com/android/customization/model/theme/
DThemeBundle.java47 import com.android.customization.model.theme.ThemeBundle.PreviewInfo.ShapeAppIcon;
264 public final List<ShapeAppIcon> shapeAppIcons;
268 public static class ShapeAppIcon { class in ThemeBundle.PreviewInfo
272 public ShapeAppIcon(Drawable icon, CharSequence appName) { in ShapeAppIcon() method in ThemeBundle.PreviewInfo.ShapeAppIcon
291 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()
DOverlayThemeExtractor.java26 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()
DDefaultThemeProvider.java43 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()
/packages/apps/ThemePicker/src/com/android/customization/model/theme/custom/
DShapeOptionsProvider.java43 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()
DThemeComponentOption.java63 import com.android.customization.model.theme.ThemeBundle.PreviewInfo.ShapeAppIcon;
466 private final List<ShapeAppIcon> mAppIcons;
477 List<ShapeAppIcon> appIcons) { in ShapeOption()
/packages/apps/ThemePicker/src/com/android/customization/picker/theme/
DThemeOptionPreviewer.java50 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()