Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/accessibility/
DCaptionPropertiesFragment.java248 final String[] bgColorTitles = new String[colorTitles.length + 1]; in initializeAllPreferences() local
250 System.arraycopy(colorTitles, 0, bgColorTitles, 1, colorTitles.length); in initializeAllPreferences()
252 bgColorTitles[0] = getString(R.string.color_none); in initializeAllPreferences()
254 mBackgroundColor.setTitles(bgColorTitles); in initializeAllPreferences()
262 mWindowColor.setTitles(bgColorTitles); in initializeAllPreferences()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/accessibility/
DCaptionPropertiesFragment.java298 final String[] bgColorTitles = new String[colorTitles.length + 1]; in initializeAllPreferences() local
300 System.arraycopy(colorTitles, 0, bgColorTitles, 1, colorTitles.length); in initializeAllPreferences()
302 bgColorTitles[0] = getString(R.string.color_none); in initializeAllPreferences()
304 mBackgroundColor.setTitles(bgColorTitles); in initializeAllPreferences()
312 mWindowColor.setTitles(bgColorTitles); in initializeAllPreferences()