Home
last modified time | relevance | path

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

/frameworks/opt/setupwizard/library/eclair-mr1/src/com/android/setupwizardlib/view/
DRichTextView.java114 boolean hasLinks = hasLinks(text); in setText()
116 if (hasLinks) { in setText()
130 setFocusable(hasLinks); in setText()
133 private boolean hasLinks(CharSequence text) { in hasLinks() method in RichTextView