Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/widget/espresso/
DTextViewAssertions.java144 if (text instanceof Spanned && !TextUtils.hasStyleSpan((Spanned) text)) {
/frameworks/base/core/java/android/text/
DTextUtils.java1997 public static boolean hasStyleSpan(@NonNull Spanned spanned) { in hasStyleSpan() method in TextUtils
/frameworks/base/core/java/android/widget/
DTextView.java11192 if (TextUtils.hasStyleSpan(spanned)) { in canPasteAsPlainText()