Home
last modified time | relevance | path

Searched refs:isUnderlineText (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/core/java/android/text/
H A DTextLine.java1167 if (info.isUnderlineText) { in handleText()
1265 public boolean isUnderlineText; field in TextLine.DecorationInfo
1272 return isStrikeThruText || isUnderlineText || underlineColor != 0; in hasDecoration()
1279 copy.isUnderlineText = isUnderlineText; in copyInfo()
1291 info.isUnderlineText = paint.isUnderlineText(); in extractDecorationInfo()
1292 if (info.isUnderlineText) { in extractDecorationInfo()
/aosp14/frameworks/base/graphics/java/android/graphics/
H A DPaint.java901 public final boolean isUnderlineText() { in isUnderlineText() method in Paint
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt16000 method public final boolean isUnderlineText();
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt56897 Landroid/text/TextLine$DecorationInfo;->isUnderlineText:Z