Searched refs:hasStyleSpan (Results 1 – 3 of 3) sorted by relevance
148 if (text instanceof Spanned && !TextUtils.hasStyleSpan((Spanned) text)) {
2079 public static boolean hasStyleSpan(@NonNull Spanned spanned) { in hasStyleSpan() method in TextUtils
12575 if (TextUtils.hasStyleSpan(spanned)) { in canPasteAsPlainText()