Home
last modified time | relevance | path

Searched refs:isStrikeThruText (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/java/android/text/
DTextLine.java1440 if (info.isStrikeThruText) { in handleText()
1530 public boolean isStrikeThruText; field in TextLine.DecorationInfo
1538 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()
/frameworks/base/graphics/java/android/graphics/
DPaint.java1024 public final boolean isStrikeThruText() { in isStrikeThruText() method in Paint
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt11013 method public final boolean isStrikeThruText();
/frameworks/base/core/api/
Dcurrent.txt16562 method public final boolean isStrikeThruText();
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt56253 Landroid/text/TextLine$DecorationInfo;->isStrikeThruText:Z