Searched refs:CustomClickableSpan (Results 1 – 1 of 1) sorted by relevance
62 ClickableSpan clickableSpan = new CustomClickableSpan(span.getURL()); in handleUrlSpan()74 private static final class CustomClickableSpan extends ClickableSpan { class in UrlUtils77 CustomClickableSpan(String url) { in CustomClickableSpan() method in UrlUtils.CustomClickableSpan