Searched defs:InputMethodSubtype (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/core/java/android/view/inputmethod/ |
D | InputMethodSubtype.java | 66 public final class InputMethodSubtype implements Parcelable { class 244 public InputMethodSubtype(int nameId, int iconId, String locale, String mode, String extraValue, in InputMethodSubtype() method in InputMethodSubtype 282 public InputMethodSubtype(int nameId, int iconId, String locale, String mode, String extraValue, in InputMethodSubtype() method in InputMethodSubtype 292 private InputMethodSubtype(InputMethodSubtypeBuilder builder) { in InputMethodSubtype() method in InputMethodSubtype 313 InputMethodSubtype(Parcel source) { in InputMethodSubtype() method in InputMethodSubtype
|
/frameworks/base/core/java/com/android/internal/inputmethod/ |
D | Completable.java | 491 public static final class InputMethodSubtype class in Completable
|