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

/frameworks/base/core/java/android/text/style/
H A DSuggestionSpan.java103 private int mEasyCorrectUnderlineColor; field in class:SuggestionSpan
179 mEasyCorrectUnderlineColor = Color.BLACK;
197 mEasyCorrectUnderlineColor = typedArray.getColor(
217 mEasyCorrectUnderlineColor = src.readInt();
298 dest.writeInt(mEasyCorrectUnderlineColor);
355 tp.setUnderlineText(mEasyCorrectUnderlineColor, mEasyCorrectUnderlineThickness);
378 return mEasyCorrectUnderlineColor;

Completed in 32 milliseconds