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
290 * Ensure that the data in this EditorInfo is compatible with an application
371 public static final Parcelable.Creator<EditorInfo> CREATOR = new Parcelable.Creator<EditorInfo>() {
372 public EditorInfo createFromParcel(Parcel source) {
373 EditorInfo res = new EditorInfo();
391 public EditorInfo[] newArray(int size) {
392 return new EditorInfo[siz
[all...]

Completed in 351 milliseconds