Searched refs:mAutoCorrectionUnderlineColor (Results 1 – 2 of 2) sorted by relevance
137 private int mAutoCorrectionUnderlineColor; field in SuggestionSpan197 mAutoCorrectionUnderlineColor = Color.BLACK; in initStyle()222 mAutoCorrectionUnderlineColor = typedArray.getColor( in initStyle()236 mAutoCorrectionUnderlineColor = src.readInt(); in SuggestionSpan()314 dest.writeInt(mAutoCorrectionUnderlineColor); in writeToParcelInternal()374 tp.setUnderlineText(mAutoCorrectionUnderlineColor, mAutoCorrectionUnderlineThickness); in updateDrawState()394 return mAutoCorrectionUnderlineColor; in getUnderlineColor()
70850 Landroid/text/style/SuggestionSpan;->mAutoCorrectionUnderlineColor:I