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

/frameworks/base/core/java/android/text/style/
H A DSuggestionSpan.java109 private int mAutoCorrectionUnderlineColor; field in class:SuggestionSpan
180 mAutoCorrectionUnderlineColor = Color.BLACK;
205 mAutoCorrectionUnderlineColor = typedArray.getColor(
221 mAutoCorrectionUnderlineColor = src.readInt();
302 dest.writeInt(mAutoCorrectionUnderlineColor);
362 tp.setUnderlineText(mAutoCorrectionUnderlineColor, mAutoCorrectionUnderlineThickness);
383 return mAutoCorrectionUnderlineColor;

Completed in 43 milliseconds