Searched refs:colorNames (Results 1 – 1 of 1) sorted by relevance
75 final String[] colorNames = new String[colorLen]; in onCreatePreferences() local81 colorNames[i] = namedColors[i]; in onCreatePreferences()83 colorNames[i] = String.format("#%06X", color & 0x00ffffff); in onCreatePreferences()92 mTextColorPref.setEntries(colorNames); in onCreatePreferences()102 mEdgeColorPref.setEntries(colorNames); in onCreatePreferences()109 mBackgroundColorPref.setEntries(colorNames); in onCreatePreferences()119 mWindowColorPref.setEntries(colorNames); in onCreatePreferences()