Searched refs:allColorsCount (Results 1 – 1 of 1) sorted by relevance
3248 int allColorsCount = wallpaper.primaryColors.getAllColors().size(); in writeWallpaperAttributes() local3249 out.attributeInt(null, "allColorsCount", allColorsCount); in writeWallpaperAttributes()3250 if (allColorsCount > 0) { in writeWallpaperAttributes()3519 int allColorsCount = getAttributeInt(parser, "allColorsCount", 0); in parseWallpaperAttributes() local3520 if (allColorsCount > 0) { in parseWallpaperAttributes()3521 Map<Integer, Integer> allColors = new HashMap<>(allColorsCount); in parseWallpaperAttributes()3522 for (int i = 0; i < allColorsCount; i++) { in parseWallpaperAttributes()