Searched refs:bgColorTitles (Results 1 – 1 of 1) sorted by relevance
295 final String[] bgColorTitles = new String[colorTitles.length + 1]; in initializeAllPreferences() local297 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()