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

/frameworks/base/core/java/android/view/inputmethod/
H A DEditorInfo.java27 * An EditorInfo describes several attributes of a text editing object
31 public class EditorInfo implements InputType, Parcelable { class in inherits:InputType,Parcelable
330 * Ensure that the data in this EditorInfo is compatible with an application
411 public static final Parcelable.Creator<EditorInfo> CREATOR =
412 new Parcelable.Creator<EditorInfo>() {
413 public EditorInfo createFromParcel(Parcel source) {
414 EditorInfo res = new EditorInfo();
432 public EditorInfo[] newArray(int size) {
433 return new EditorInfo[siz
[all...]

Completed in 47 milliseconds