Searched refs:appIcons (Results 1 – 3 of 3) sorted by relevance
286 private void setAppIconShape(List<ShapeAppIcon> appIcons) { in setAppIconShape() argument288 && i < appIcons.size(); i++) { in setAppIconShape()289 ShapeAppIcon icon = appIcons.get(i); in setAppIconShape()
421 public Builder setShapePreviewIcons(List<ShapeAppIcon> appIcons) { in setShapePreviewIcons() argument423 mAppIcons.addAll(appIcons); in setShapePreviewIcons()
477 List<ShapeAppIcon> appIcons) { in ShapeOption() argument480 mAppIcons = appIcons; in ShapeOption()