Searched refs:underlineColor (Results 1 – 7 of 7) sorted by relevance
42 public int underlineColor = 0; field in TextPaint73 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()
1429 if (info.underlineColor != 0) { in handleText()1430 drawStroke(wp, c, info.underlineColor, wp.getUnderlinePosition(), in handleText()1532 public int underlineColor; field in TextLine.DecorationInfo1538 return isStrikeThruText || isUnderlineText || underlineColor != 0; in hasDecoration()1546 copy.underlineColor = underlineColor; in copyInfo()1561 info.underlineColor = paint.underlineColor; in extractDecorationInfo()1916 && lp.underlineColor == rp.underlineColor in equalAttributes()
397 } else if (tp.underlineColor == 0) { in updateDrawState()
4388 final int underlineColor; in updateSuggestions() local4390 underlineColor = in updateSuggestions()4393 underlineColor = mMisspelledSpanInfo.mSuggestionSpan.getUnderlineColor(); in updateSuggestions()4396 if (underlineColor == 0) { in updateSuggestions()4401 final int newAlpha = (int) (Color.alpha(underlineColor) * BACKGROUND_TRANSPARENCY); in updateSuggestions()4403 (underlineColor & 0x00FFFFFF) + (newAlpha << 24)); in updateSuggestions()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
48140 field @ColorInt public int underlineColor;
56256 Landroid/text/TextLine$DecorationInfo;->underlineColor:I