Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/accessibility/
DCaptionPropertiesFragment.java295 final String[] bgColorTitles = new String[colorTitles.length + 1]; in initializeAllPreferences() local
297 System.arraycopy(colorTitles, 0, bgColorTitles, 1, colorTitles.length); in initializeAllPreferences()
299 bgColorTitles[0] = getString(R.string.color_none); in initializeAllPreferences()
301 mBackgroundColor.setTitles(bgColorTitles); in initializeAllPreferences()
309 mWindowColor.setTitles(bgColorTitles); in initializeAllPreferences()