Home
last modified time | relevance | path

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

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/development/
DCaptionCustomFragment.java75 final String[] colorNames = new String[colorLen]; in onCreatePreferences() local
81 colorNames[i] = namedColors[i]; in onCreatePreferences()
83 colorNames[i] = String.format("#%06X", color & 0x00ffffff); in onCreatePreferences()
92 mTextColorPref.setEntries(colorNames); in onCreatePreferences()
102 mEdgeColorPref.setEntries(colorNames); in onCreatePreferences()
109 mBackgroundColorPref.setEntries(colorNames); in onCreatePreferences()
119 mWindowColorPref.setEntries(colorNames); in onCreatePreferences()