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

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

Completed in 69 milliseconds