Searched refs:isUnderlineText (Results 1 – 5 of 5) sorted by relevance
1167 if (info.isUnderlineText) { in handleText()1265 public boolean isUnderlineText; field in TextLine.DecorationInfo1272 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()
901 public final boolean isUnderlineText() { in isUnderlineText() method in Paint
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
16000 method public final boolean isUnderlineText();
56897 Landroid/text/TextLine$DecorationInfo;->isUnderlineText:Z