Home
last modified time | relevance | path

Searched refs:hasStyleSpan (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/widget/espresso/
DTextViewAssertions.java148 if (text instanceof Spanned && !TextUtils.hasStyleSpan((Spanned) text)) {
/frameworks/base/core/java/android/content/
DClipData.java1228 if (TextUtils.hasStyleSpan(spanned)) { in isStyledText()
/frameworks/base/core/java/android/text/
DTextUtils.java2291 public static boolean hasStyleSpan(@NonNull Spanned spanned) { in hasStyleSpan() method in TextUtils
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt56335 Landroid/text/TextUtils;->hasStyleSpan(Landroid/text/Spanned;)Z