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

/frameworks/base/core/java/android/view/inputmethod/
H A DEditorInfo.java31 * An EditorInfo describes several attributes of a text editing object
35 public class EditorInfo implements InputType, Parcelable { class in inherits:InputType,Parcelable
405 * between this package name and application uid before {@link EditorInfo} is passed to the
475 * Ensure that the data in this EditorInfo is compatible with an application
564 public static final Parcelable.Creator<EditorInfo> CREATOR =
565 new Parcelable.Creator<EditorInfo>() {
566 public EditorInfo createFromParcel(Parcel source) {
567 EditorInfo res = new EditorInfo();
588 public EditorInfo[] newArra
[all...]

Completed in 52 milliseconds