Home
last modified time | relevance | path

Searched refs:paletteColors (Results 1 – 2 of 2) sorted by relevance

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessibility/
DAccessibilityColorCorrectionPreviewFragment.java66 int[] paletteColors = getPaletteColors(); in onCreateView() local
70 textView.setBackground(createGradientDrawable(paletteView, paletteColors[i])); in onCreateView()
/packages/apps/Settings/src/com/android/settings/accessibility/
DPaletteListPreference.java128 final List<Integer> paletteColors = getPaletteColors(context); in initPaletteView() local
149 textView.setBackground(createGradientDrawable(rootView, paletteColors.get(i))); in initPaletteView()