Home
last modified time | relevance | path

Searched refs:colorsCount (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wallpaper/
DWallpaperManagerService.java2865 int colorsCount = wallpaper.primaryColors.getMainColors().size(); in writeWallpaperAttributes() local
2866 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() local
3138 if (colorsCount > 0) { in parseWallpaperAttributes()
3140 for (int i = 0; i < colorsCount; i++) { in parseWallpaperAttributes()