Searched refs:newWallpaperColors (Results 1 – 2 of 2) sorted by relevance
316 public static List<Integer> getSeedColors(WallpaperColors newWallpaperColors) { in getSeedColors() argument317 return getSeedColors(newWallpaperColors, true); in getSeedColors()
248 private boolean isSeedColorSet(JSONObject jsonObject, WallpaperColors newWallpaperColors) { in isSeedColorSet() argument249 if (newWallpaperColors == null) { in isSeedColorSet()262 List<Integer> seedColors = ColorScheme.getSeedColors(newWallpaperColors); in isSeedColorSet()