Searched refs:colorTitles (Results 1 – 1 of 1) sorted by relevance
277 final String[] colorTitles = res.getStringArray(R.array.captioning_color_selector_titles); in initializeAllPreferences() local279 mForegroundColor.setTitles(colorTitles); in initializeAllPreferences()290 mEdgeColor.setTitles(colorTitles); in initializeAllPreferences()295 final String[] bgColorTitles = new String[colorTitles.length + 1]; in initializeAllPreferences()297 System.arraycopy(colorTitles, 0, bgColorTitles, 1, colorTitles.length); in initializeAllPreferences()