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