Home
last modified time | relevance | path

Searched refs:underlineColor (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/core/java/android/text/
DTextPaint.java42 public int underlineColor = 0; field in TextPaint
73 underlineColor = tp.underlineColor; in set()
85 underlineColor = color; in setUnderlineText()
94 if (underlineColor != 0) { // Return custom thickness only if underline color is set. in getUnderlineThickness()
DTextLine.java928 if (info.underlineColor != 0) {
929 drawStroke(wp, c, info.underlineColor, wp.getUnderlinePosition(),
1031 public int underlineColor;
1037 return isStrikeThruText || isUnderlineText || underlineColor != 0;
1045 copy.underlineColor = underlineColor;
1060 info.underlineColor = paint.underlineColor;
1336 && lp.underlineColor == rp.underlineColor
/frameworks/base/core/java/android/text/style/
DSuggestionSpan.java368 } else if (tp.underlineColor == 0) { in updateDrawState()
/frameworks/base/core/java/android/widget/
DEditor.java3863 final int underlineColor; in updateSuggestions() local
3865 underlineColor = in updateSuggestions()
3868 underlineColor = mMisspelledSpanInfo.mSuggestionSpan.getUnderlineColor(); in updateSuggestions()
3871 if (underlineColor == 0) { in updateSuggestions()
3876 final int newAlpha = (int) (Color.alpha(underlineColor) * BACKGROUND_TRANSPARENCY); in updateSuggestions()
3878 (underlineColor & 0x00FFFFFF) + (newAlpha << 24)); in updateSuggestions()
/frameworks/base/non-updatable-api/
Dcurrent.txt47512 field @ColorInt public int underlineColor;
/frameworks/base/api/
Dcurrent.txt47656 field @ColorInt public int underlineColor;
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt70922 Landroid/text/TextLine$DecorationInfo;->underlineColor:I