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