Searched refs:allColorsCount (Results 1 – 1 of 1) sorted by relevance
384 int allColorsCount = getAttributeInt(parser, "allColorsCount", 0); in parseWallpaperAttributes() local385 if (allColorsCount > 0) { in parseWallpaperAttributes()386 Map<Integer, Integer> allColors = new HashMap<>(allColorsCount); in parseWallpaperAttributes()387 for (int i = 0; i < allColorsCount; i++) { in parseWallpaperAttributes()549 int allColorsCount = wallpaper.primaryColors.getAllColors().size(); in writeWallpaperAttributes() local550 out.attributeInt(null, "allColorsCount", allColorsCount); in writeWallpaperAttributes()551 if (allColorsCount > 0) { in writeWallpaperAttributes()