Searched refs:colorsCount (Results 1 – 1 of 1) sorted by relevance
2865 int colorsCount = wallpaper.primaryColors.getMainColors().size(); in writeWallpaperAttributes() local2866 out.attribute(null, "colorsCount", Integer.toString(colorsCount)); in writeWallpaperAttributes()2867 if (colorsCount > 0) { in writeWallpaperAttributes()2868 for (int i = 0; i < colorsCount; i++) { in writeWallpaperAttributes()3137 int colorsCount = getAttributeInt(parser, "colorsCount", 0); in parseWallpaperAttributes() local3138 if (colorsCount > 0) { in parseWallpaperAttributes()3140 for (int i = 0; i < colorsCount; i++) { in parseWallpaperAttributes()