Searched refs:colorsCount (Results 1 – 1 of 1) sorted by relevance
2940 int colorsCount = wallpaper.primaryColors.getMainColors().size(); in writeWallpaperAttributes() local2941 out.attribute(null, "colorsCount", Integer.toString(colorsCount)); in writeWallpaperAttributes()2942 if (colorsCount > 0) { in writeWallpaperAttributes()2943 for (int i = 0; i < colorsCount; i++) { in writeWallpaperAttributes()3212 int colorsCount = getAttributeInt(parser, "colorsCount", 0); in parseWallpaperAttributes() local3213 if (colorsCount > 0) { in parseWallpaperAttributes()3215 for (int i = 0; i < colorsCount; i++) { in parseWallpaperAttributes()