Searched refs:paletteColors (Results 1 – 2 of 2) sorted by relevance
66 int[] paletteColors = getPaletteColors(); in onCreateView() local70 textView.setBackground(createGradientDrawable(paletteView, paletteColors[i])); in onCreateView()
128 final List<Integer> paletteColors = getPaletteColors(context); in initPaletteView() local149 textView.setBackground(createGradientDrawable(rootView, paletteColors.get(i))); in initPaletteView()