Searched defs:allColors (Results 1 – 2 of 2) sorted by relevance
410 val allColors = mutableListOf<Int>() constant in ColorScheme419 val allColors = mutableListOf<Int>() constant
361 Map<Integer, Integer> allColors = new HashMap<>(allColorsCount); in parseWallpaperAttributes() local