Searched refs:isStrikeThruText (Results 1 – 5 of 5) sorted by relevance
1174 if (info.isStrikeThruText) { in handleText()1264 public boolean isStrikeThruText; field in TextLine.DecorationInfo1272 return isStrikeThruText || isUnderlineText || underlineColor != 0; in hasDecoration()1278 copy.isStrikeThruText = isStrikeThruText; in copyInfo()1287 info.isStrikeThruText = paint.isStrikeThruText(); in extractDecorationInfo()1288 if (info.isStrikeThruText) { in extractDecorationInfo()
954 public final boolean isStrikeThruText() { in isStrikeThruText() method in Paint
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
15998 method public final boolean isStrikeThruText();
56896 Landroid/text/TextLine$DecorationInfo;->isStrikeThruText:Z