Searched defs:underlineColor (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/text/
H A DTextPaint.java42 public int underlineColor = 0; field in class:TextPaint
73 underlineColor = tp.underlineColor;
90 && underlineColor == other.underlineColor
102 underlineColor = color;
111 if (underlineColor != 0) { // Return custom thickness only if underline color is set.
H A DTextLine.java825 if (info.underlineColor != 0) {
826 drawStroke(wp, c, info.underlineColor, wp.getUnderlinePosition(),
932 public int underlineColor; field in class:TextLine.DecorationInfo
938 return isStrikeThruText || isUnderlineText || underlineColor != 0;
946 copy.underlineColor = underlineColor;
961 info.underlineColor = paint.underlineColor;

Completed in 55 milliseconds