Home | History | Annotate | Download | only in widget

Lines Matching defs:links

3319      * set to nonzero and links are detected in {@link #setText}.
3332 * set to nonzero and links are detected in {@link #setText}.
3412 * Sets the color of links in the text.
3426 * Sets the color of links in the text.
3441 * @return the list of colors used to paint the links in the text, for the different states of
8333 // The LinkMovementMethod which should handle taps on links has not been installed
8335 // We reproduce its behavior here to open links for these.
8336 ClickableSpan[] links = ((Spannable) mText).getSpans(getSelectionStart(),
8339 if (links.length > 0) {
8340 links[0].onClick(this);