HomeSort by relevance Sort by last modified time
    Searched defs:Editable (Results 1 - 6 of 6) sorted by null

  /frameworks/base/core/java/android/text/
Editable.java 23 * of an Editable, the layout will be reflowed as the text is changed.
25 public interface Editable
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
48 public Editable replace(int st, int en, CharSequence source, int start, int end);
54 public Editable replace(int st, int en, CharSequence text);
60 public Editable insert(int where, CharSequence text, int start, int end);
66 public Editable insert(int where, CharSequence text);
72 public Editable delete(int st, int en)
    [all...]
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/8/
android.jar 
  /prebuilt/sdk/9/
android.jar 

Completed in 87 milliseconds