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

/frameworks/base/core/java/android/text/
H A DEditable.java23 * of an Editable, the layout will be reflowed as the text is changed.
25 public interface Editable interface in inherits:CharSequence,GetChars,Spannable,Appendable
30 * Editable with a copy of the slice <code>start&hellip;end</code> from
40 * is Spanned, the spans from it are preserved into the Editable.
41 * Existing spans within the Editable that entirely cover the replaced
52 public Editable replace(int st, int en, CharSequence source, int start, int end);
58 public Editable replace(int st, int en, CharSequence text);
64 public Editable insert(int where, CharSequence text, int start, int end);
70 public Editable insert(int where, CharSequence text);
76 public Editable delet
[all...]

Completed in 2189 milliseconds