Searched refs:mAutoCorrectionUnderlineColor (Results 1 – 1 of 1) sorted by relevance
109 private int mAutoCorrectionUnderlineColor; field in SuggestionSpan180 mAutoCorrectionUnderlineColor = Color.BLACK; in initStyle()205 mAutoCorrectionUnderlineColor = typedArray.getColor( in initStyle()221 mAutoCorrectionUnderlineColor = src.readInt(); in SuggestionSpan()302 dest.writeInt(mAutoCorrectionUnderlineColor); in writeToParcelInternal()362 tp.setUnderlineText(mAutoCorrectionUnderlineColor, mAutoCorrectionUnderlineThickness); in updateDrawState()383 return mAutoCorrectionUnderlineColor; in getUnderlineColor()