Searched refs:colorsCount (Results 1 – 1 of 1) sorted by relevance
3181 int colorsCount = wallpaper.primaryColors.getMainColors().size(); in writeWallpaperAttributes() local3182 out.attributeInt(null, "colorsCount", colorsCount); in writeWallpaperAttributes()3183 if (colorsCount > 0) { in writeWallpaperAttributes()3184 for (int i = 0; i < colorsCount; i++) { in writeWallpaperAttributes()3460 int colorsCount = getAttributeInt(parser, "colorsCount", 0); in parseWallpaperAttributes() local3471 } else if (colorsCount > 0) { in parseWallpaperAttributes()3473 for (int i = 0; i < colorsCount; i++) { in parseWallpaperAttributes()