Searched refs:colorsCount (Results 1 – 1 of 1) sorted by relevance
383 int colorsCount = getAttributeInt(parser, "colorsCount", 0); in parseWallpaperAttributes() local394 } else if (colorsCount > 0) { in parseWallpaperAttributes()396 for (int i = 0; i < colorsCount; i++) { in parseWallpaperAttributes()540 int colorsCount = wallpaper.primaryColors.getMainColors().size(); in writeWallpaperAttributes() local541 out.attributeInt(null, "colorsCount", colorsCount); in writeWallpaperAttributes()542 if (colorsCount > 0) { in writeWallpaperAttributes()543 for (int i = 0; i < colorsCount; i++) { in writeWallpaperAttributes()