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