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.java2940 int colorsCount = wallpaper.primaryColors.getMainColors().size(); in writeWallpaperAttributes() local
2941 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() local
3213 if (colorsCount > 0) { in parseWallpaperAttributes()
3215 for (int i = 0; i < colorsCount; i++) { in parseWallpaperAttributes()