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

/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethodSubtype.java45 public final class InputMethodSubtype implements Parcelable { class in inherits:Parcelable
46 private static final String TAG = InputMethodSubtype.class.getSimpleName();
85 public InputMethodSubtype(int nameId, int iconId, String locale, String mode, String extraValue, method in class:InputMethodSubtype
114 public InputMethodSubtype(int nameId, int iconId, String locale, String mode, String extraValue, method in class:InputMethodSubtype
149 public InputMethodSubtype(int nameId, int iconId, String locale, String mode, String extraValue, method in class:InputMethodSubtype
165 InputMethodSubtype(Parcel source) { method in class:InputMethodSubtype
328 if (o instanceof InputMethodSubtype) {
329 InputMethodSubtype subtype = (InputMethodSubtype) o;
362 public static final Parcelable.Creator<InputMethodSubtype> CREATO
[all...]

Completed in 1389 milliseconds