Searched defs:allColors (Results 1 – 2 of 2) sorted by relevance
55 val allColors = mutableListOf<Int>() regex64 val allColors = mutableListOf<Int>() regex
3521 Map<Integer, Integer> allColors = new HashMap<>(allColorsCount); in parseWallpaperAttributes() local