Home
last modified time | relevance | path

Searched refs:mAutoCorrectionUnderlineColor (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/text/style/
DSuggestionSpan.java137 private int mAutoCorrectionUnderlineColor; field in SuggestionSpan
197 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()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt70850 Landroid/text/style/SuggestionSpan;->mAutoCorrectionUnderlineColor:I