Searched refs:backgroundColorTitles (Results 1 – 2 of 2) sorted by relevance
57 final String[] backgroundColorTitles = new String[colorTitles.length + 1]; in displayPreference() local59 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()