Home
last modified time | relevance | path

Searched refs:implicitlyEnabledSubtype (Results 1 – 3 of 3) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
DLanguageOnSpacebarUtils.java78 final boolean implicitlyEnabledSubtype, @Nonnull final Locale systemLocale) { in onSubtypeChanged() argument
90 sIsSystemLanguageSameAsInputLanguage = implicitlyEnabledSubtype; in onSubtypeChanged()
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/utils/
DLanguageOnSpacebarUtilsTests.java102 final boolean implicitlyEnabledSubtype, final Locale systemLocale, in assertFormatType() argument
104 LanguageOnSpacebarUtils.onSubtypeChanged(subtype, implicitlyEnabledSubtype, systemLocale); in assertFormatType()
105 assertEquals(subtype.getLocale() + " implicitly=" + implicitlyEnabledSubtype in assertFormatType()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DRichInputMethodManager.java546 final boolean implicitlyEnabledSubtype = checkIfSubtypeBelongsToThisImeAndImplicitlyEnabled( in updateShortcutIme()
550 richSubtype, implicitlyEnabledSubtype, systemLocale); in updateShortcutIme()