Searched defs:ClickableSpan (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/text/style/
H A DClickableSpan.java29 * The text with a <code>ClickableSpan</code> attached will be underlined and the link color will be
33 * <code>ClickableSpan</code>, it can be used like this:
37 * <figcaption>Text with <code>ClickableSpan</code>.</figcaption>
39 public abstract class ClickableSpan extends CharacterStyle implements UpdateAppearance { class in inherits:CharacterStyle,UpdateAppearance

Completed in 58 milliseconds