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

/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethodSubtype.java58 public final class InputMethodSubtype implements Parcelable { class in inherits:Parcelable
59 private static final String TAG = InputMethodSubtype.class.getSimpleName();
79 * InputMethodSubtypeBuilder is a builder class of InputMethodSubtype.
190 * @return InputMethodSubtype using parameters in this InputMethodSubtypeBuilder.
192 public InputMethodSubtype build() {
193 return new InputMethodSubtype(this);
217 * {@link InputMethodSubtype#InputMethodSubtype(int, int, String, String, String, boolean,
220 public InputMethodSubtype(int nameId, int iconId, String locale, String mode, String extraValue, method in class:InputMethodSubtype
257 public InputMethodSubtype(in method in class:InputMethodSubtype
267 private InputMethodSubtype(InputMethodSubtypeBuilder builder) { method in class:InputMethodSubtype
284 InputMethodSubtype(Parcel source) { method in class:InputMethodSubtype
[all...]

Completed in 128 milliseconds