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