D | InputMethodSubtype.java | 70 public final class InputMethodSubtype implements Parcelable { class 71 private static final String TAG = InputMethodSubtype.class.getSimpleName(); 273 public InputMethodSubtype build() { in build() 274 return new InputMethodSubtype(this); in build() 302 public InputMethodSubtype(int nameId, int iconId, String locale, String mode, String extraValue, in InputMethodSubtype() method in InputMethodSubtype 340 public InputMethodSubtype(int nameId, int iconId, String locale, String mode, String extraValue, in InputMethodSubtype() method in InputMethodSubtype 350 private InputMethodSubtype(InputMethodSubtypeBuilder builder) { in InputMethodSubtype() method in InputMethodSubtype 374 InputMethodSubtype(Parcel source) { in InputMethodSubtype() method in InputMethodSubtype 754 if (o instanceof InputMethodSubtype) { in equals() 755 InputMethodSubtype subtype = (InputMethodSubtype) o; in equals() [all …]
|