Searched refs:colorPalette (Results 1 – 1 of 1) sorted by relevance
50 ArrayList<Integer> colorPalette; in insertColor() local51 if ((colorPalette = mColorPaletteMap.get(key)) == null) { in insertColor()52 colorPalette = new ArrayList<Integer>(); in insertColor()54 colorPalette.add(displayColor); in insertColor()55 mColorPaletteMap.put(key, colorPalette); in insertColor()