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.java144 private int mAutoCorrectionUnderlineColor; field in SuggestionSpan
209 mAutoCorrectionUnderlineColor = Color.BLACK; in initStyle()
242 mAutoCorrectionUnderlineColor = typedArray.getColor( in initStyle()
256 mAutoCorrectionUnderlineColor = src.readInt(); in SuggestionSpan()
336 dest.writeInt(mAutoCorrectionUnderlineColor); in writeToParcelInternal()
404 tp.setUnderlineText(mAutoCorrectionUnderlineColor, mAutoCorrectionUnderlineThickness); in updateDrawState()
431 return mAutoCorrectionUnderlineColor; in getUnderlineColor()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt60150 Landroid/text/style/SuggestionSpan;->mAutoCorrectionUnderlineColor:I