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

/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethodSubtype.java127 * @param isAsciiCapable should be true if this subtype is ASCII capable. If the subtype
132 public InputMethodSubtypeBuilder setIsAsciiCapable(boolean isAsciiCapable) { argument
133 mIsAsciiCapable = isAsciiCapable;
164 * isAuxiliary, overridesImplicitlyEnabledSubtype, isAsciiCapable}) will be used instead.
219 boolean overridesImplicitlyEnabledSubtype, int id, boolean isAsciiCapable) {
229 builder.mIsAsciiCapable = isAsciiCapable;
249 * "isAsciiCapable" is "false" in this constructor.
275 * isAuxiliary, overridesImplicitlyEnabledSubtype, isAsciiCapable}) will be used instead.
422 public boolean isAsciiCapable() { method in class:InputMethodSubtype
600 && (subtype.isAsciiCapable()
217 getBuilder(int nameId, int iconId, String locale, String mode, String extraValue, boolean isAuxiliary, boolean overridesImplicitlyEnabledSubtype, int id, boolean isAsciiCapable) argument
638 hashCodeInternal(String locale, String mode, String extraValue, boolean isAuxiliary, boolean overridesImplicitlyEnabledSubtype, boolean isAsciiCapable) argument
[all...]
/frameworks/base/core/tests/coretests/src/com/android/internal/inputmethod/
H A DInputMethodUtilsTest.java875 boolean isAsciiCapable, boolean isEnabledWhenDefaultIsNotAsciiCapable) {
877 overridesImplicitlyEnabledSubtype, isAsciiCapable,
883 boolean overridesImplicitlyEnabledSubtype, boolean isAsciiCapable,
891 // TODO: Remove following code. InputMethodSubtype#isAsciiCapable() has been publicly
893 if (isAsciiCapable) {
907 .setIsAsciiCapable(isAsciiCapable)
873 createDummyInputMethodSubtype(String locale, String mode, boolean isAuxiliary, boolean overridesImplicitlyEnabledSubtype, boolean isAsciiCapable, boolean isEnabledWhenDefaultIsNotAsciiCapable) argument
881 createDummyInputMethodSubtype(String locale, String languageTag, String mode, boolean isAuxiliary, boolean overridesImplicitlyEnabledSubtype, boolean isAsciiCapable, boolean isEnabledWhenDefaultIsNotAsciiCapable) argument

Completed in 120 milliseconds