Searched refs:isStrikeThruText (Results 1 – 6 of 6) sorted by relevance
1440 if (info.isStrikeThruText) { in handleText()1530 public boolean isStrikeThruText; field in TextLine.DecorationInfo1538 return isStrikeThruText || isUnderlineText || underlineColor != 0; in hasDecoration()1544 copy.isStrikeThruText = isStrikeThruText; in copyInfo()1553 info.isStrikeThruText = paint.isStrikeThruText(); in extractDecorationInfo()1554 if (info.isStrikeThruText) { in extractDecorationInfo()
1024 public final boolean isStrikeThruText() { in isStrikeThruText() method in Paint
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
11013 method public final boolean isStrikeThruText();
16562 method public final boolean isStrikeThruText();
56253 Landroid/text/TextLine$DecorationInfo;->isStrikeThruText:Z