HomeSort by relevance Sort by last modified time
    Searched full:measycorrectunderlinecolor (Results 1 - 1 of 1) sorted by null

  /frameworks/base/core/java/android/text/style/
SuggestionSpan.java 93 private int mEasyCorrectUnderlineColor;
164 mEasyCorrectUnderlineColor = Color.BLACK;
182 mEasyCorrectUnderlineColor = typedArray.getColor(
201 mEasyCorrectUnderlineColor = src.readInt();
257 dest.writeInt(mEasyCorrectUnderlineColor);
309 tp.setUnderlineText(mEasyCorrectUnderlineColor, mEasyCorrectUnderlineThickness);
332 return mEasyCorrectUnderlineColor;

Completed in 1863 milliseconds