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.java1429 if (info.underlineColor != 0) { in handleText()
1430 drawStroke(wp, c, info.underlineColor, wp.getUnderlinePosition(), in handleText()
1532 public int underlineColor; field in TextLine.DecorationInfo
1538 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()
/frameworks/base/core/java/android/text/style/
DSuggestionSpan.java397 } else if (tp.underlineColor == 0) { in updateDrawState()
/frameworks/base/core/java/android/widget/
DEditor.java4388 final int underlineColor; in updateSuggestions() local
4390 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()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/core/api/
Dcurrent.txt48140 field @ColorInt public int underlineColor;
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt56256 Landroid/text/TextLine$DecorationInfo;->underlineColor:I