Searched refs:hasLinks (Results 1 – 1 of 1) sorted by relevance
119 boolean hasLinks = hasLinks(text); in setText()121 if (hasLinks) { in setText()135 setFocusable(hasLinks); in setText()145 setFocusableInTouchMode(hasLinks); in setText()149 private boolean hasLinks(CharSequence text) { in hasLinks() method in RichTextView