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

/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethodSubtype.java66 public final class InputMethodSubtype implements Parcelable { class in inherits:Parcelable
67 private static final String TAG = InputMethodSubtype.class.getSimpleName();
90 * InputMethodSubtypeBuilder is a builder class of InputMethodSubtype.
210 * @return InputMethodSubtype using parameters in this InputMethodSubtypeBuilder.
212 public InputMethodSubtype build() {
213 return new InputMethodSubtype(this);
237 * {@link InputMethodSubtype#InputMethodSubtype(int, int, String, String, String, boolean,
241 public InputMethodSubtype(int nameId, int iconId, String locale, String mode, String extraValue, method in class:InputMethodSubtype
279 public InputMethodSubtype(in method in class:InputMethodSubtype
289 private InputMethodSubtype(InputMethodSubtypeBuilder builder) { method in class:InputMethodSubtype
310 InputMethodSubtype(Parcel source) { method in class:InputMethodSubtype
[all...]

Completed in 57 milliseconds