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

/frameworks/base/core/java/android/text/
H A DSpannable.java21 * attached and detached. Not all Spannable classes have mutable text;
24 public interface Spannable interface in inherits:Spanned
53 private static Spannable.Factory sInstance = new Spannable.Factory();
56 * Returns the standard Spannable Factory.
58 public static Spannable.Factory getInstance() {
64 * You can override this to provide a different kind of Spannable.
66 public Spannable newSpannable(CharSequence source) {

Completed in 38 milliseconds