Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/accessibility/
DCaptioningBackgroundColorController.java57 final String[] backgroundColorTitles = new String[colorTitles.length + 1]; in displayPreference() local
59 System.arraycopy(colorTitles, 0, backgroundColorTitles, 1, colorTitles.length); in displayPreference()
61 backgroundColorTitles[0] = mContext.getString(R.string.color_none); in displayPreference()
62 preference.setTitles(backgroundColorTitles); in displayPreference()
DCaptioningWindowColorController.java57 final String[] backgroundColorTitles = new String[colorTitles.length + 1]; in displayPreference() local
59 System.arraycopy(colorTitles, 0, backgroundColorTitles, 1, colorTitles.length); in displayPreference()
61 backgroundColorTitles[0] = mContext.getString(R.string.color_none); in displayPreference()
62 preference.setTitles(backgroundColorTitles); in displayPreference()