Searched refs:isAsciiCapable (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethodSubtype.java116 * @param isAsciiCapable should be true if this subtype is ASCII capable. If the subtype
121 public InputMethodSubtypeBuilder setIsAsciiCapable(boolean isAsciiCapable) { argument
122 mIsAsciiCapable = isAsciiCapable;
199 boolean overridesImplicitlyEnabledSubtype, int id, boolean isAsciiCapable) {
209 builder.mIsAsciiCapable = isAsciiCapable;
229 * "isAsciiCapable" is "false" in this constructor.
366 public boolean isAsciiCapable() { method in class:InputMethodSubtype
469 && (subtype.isAsciiCapable() == isAsciiCapable());
524 boolean isAsciiCapable) {
197 getBuilder(int nameId, int iconId, String locale, String mode, String extraValue, boolean isAuxiliary, boolean overridesImplicitlyEnabledSubtype, int id, boolean isAsciiCapable) argument
522 hashCodeInternal(String locale, String mode, String extraValue, boolean isAuxiliary, boolean overridesImplicitlyEnabledSubtype, boolean isAsciiCapable) argument
[all...]
/frameworks/base/core/tests/inputmethodtests/src/android/os/
H A DInputMethodTest.java239 boolean isAsciiCapable) {
248 .setIsAsciiCapable(isAsciiCapable)
237 createDummyInputMethodSubtype(String locale, String mode, boolean isAuxiliary, boolean overridesImplicitlyEnabledSubtype, boolean isAsciiCapable) argument

Completed in 52 milliseconds