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

/frameworks/opt/colorpicker/src/com/android/colorpicker/
H A DColorPickerDialog.java50 protected String[] mColorContentDescriptions = null; field in class:ColorPickerDialog
101 mColorContentDescriptions = savedInstanceState.getStringArray(
186 if (mColorContentDescriptions != colorContentDescriptions) {
187 mColorContentDescriptions = colorContentDescriptions;
194 mPalette.drawPalette(mColors, mSelectedColor, mColorContentDescriptions);
211 outState.putStringArray(KEY_COLOR_CONTENT_DESCRIPTIONS, mColorContentDescriptions);

Completed in 118 milliseconds