Searched refs:colorNames (Results 1 – 1 of 1) sorted by relevance
181 String[] colorNames = getResources().getStringArray(R.array.color_array); in setUpColorPickerSelection() local182 for (int i = 0; i < colorNames.length; i++) { in setUpColorPickerSelection()183 if (Color.parseColor(colorNames[i]) == color) { in setUpColorPickerSelection()