Searched refs:underlineColor (Results 1 - 4 of 4) 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.java941 if (info.underlineColor != 0) {
942 drawStroke(wp, c, info.underlineColor, wp.getUnderlinePosition(),
1048 public int underlineColor; field in class:TextLine.DecorationInfo
1054 return isStrikeThruText || isUnderlineText || underlineColor != 0;
1062 copy.underlineColor = underlineColor;
1077 info.underlineColor = paint.underlineColor;
/frameworks/base/core/java/android/text/style/
H A DSuggestionSpan.java356 } else if (tp.underlineColor == 0) {
/frameworks/base/core/java/android/widget/
H A DEditor.java3841 final int underlineColor;
3843 underlineColor =
3846 underlineColor = mMisspelledSpanInfo.mSuggestionSpan.getUnderlineColor();
3849 if (underlineColor == 0) {
3854 final int newAlpha = (int) (Color.alpha(underlineColor) * BACKGROUND_TRANSPARENCY);
3856 (underlineColor & 0x00FFFFFF) + (newAlpha << 24));

Completed in 237 milliseconds