Searched defs:contentDescriptions (Results 1 - 1 of 1) sorted by relevance

/frameworks/opt/colorpicker/src/com/android/colorpicker/
H A DColorPickerPalette.java148 View swatch, String[] contentDescriptions) {
150 if (contentDescriptions != null && contentDescriptions.length > index) {
151 description = contentDescriptions[index];
147 setSwatchDescription(int rowNumber, int index, int rowElements, boolean selected, View swatch, String[] contentDescriptions) argument

Completed in 37 milliseconds