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/
DCaptionSetupActivity.java172 String[] colorNames = mResources.getStringArray(R.array.captioning_color_selector_titles); in getColorSelection() local
174 for (int i = 0; i < colorNames.length; ++i) { in getColorSelection()
175 mColorNames[i] = colorNames[i]; in getColorSelection()
177 for (int i = colorNames.length; i < len; ++i) { in getColorSelection()