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.java271 final String[] bgColorTitles = new String[colorTitles.length + 1]; in initializeAllPreferences() local
273 System.arraycopy(colorTitles, 0, bgColorTitles, 1, colorTitles.length); in initializeAllPreferences()
275 bgColorTitles[0] = getString(R.string.color_none); in initializeAllPreferences()
277 mBackgroundColor.setTitles(bgColorTitles); in initializeAllPreferences()
285 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()