Searched defs:InputMethodSubtype (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/core/java/android/view/inputmethod/ |
D | InputMethodSubtype.java | 66 public final class InputMethodSubtype implements Parcelable { class 243 public InputMethodSubtype(int nameId, int iconId, String locale, String mode, String extraValue, in InputMethodSubtype() method in InputMethodSubtype 281 public InputMethodSubtype(int nameId, int iconId, String locale, String mode, String extraValue, in InputMethodSubtype() method in InputMethodSubtype 291 private InputMethodSubtype(InputMethodSubtypeBuilder builder) { in InputMethodSubtype() method in InputMethodSubtype 312 InputMethodSubtype(Parcel source) { in InputMethodSubtype() method in InputMethodSubtype
|