Searched refs:mColorInts (Results 1 - 1 of 1) sorted by relevance

/frameworks/ex/common/java/com/android/ex/editstyledtext/
H A DEditStyledText.java2024 private CharSequence[] mColorInts; field in class:EditStyledText.StyledTextDialog
2045 mColorInts = colorInts;
2075 } else if (mColorTitle == null || mColorNames == null || mColorInts == null) {
2078 } else if (mColorNames.length != mColorInts.length) {
2254 int[] colorints = new int[mColorInts.length];
2256 colorints[i] = Integer.parseInt((String) mColorInts[i], 16) - 0x01000000;
2268 int[] colorInts = new int[mColorInts.length];
2270 colorInts[i] = Integer.parseInt((String) mColorInts[i], 16) - 0x01000000;

Completed in 34 milliseconds