Home
last modified time | relevance | path

Searched refs:languageOnSpacebarFormatType (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
H A DMainKeyboardView.java777 final int languageOnSpacebarFormatType, in startDisplayLanguageOnSpacebar() argument
782 mLanguageOnSpacebarFormatType = languageOnSpacebarFormatType; in startDisplayLanguageOnSpacebar()
789 && languageOnSpacebarFormatType != LanguageOnSpacebarUtils.FORMAT_TYPE_NONE) { in startDisplayLanguageOnSpacebar()
H A DKeyboardSwitcher.java174 final int languageOnSpacebarFormatType = LanguageOnSpacebarUtils in setKeyboard() local
178 keyboardView.startDisplayLanguageOnSpacebar(subtypeChanged, languageOnSpacebarFormatType, in setKeyboard()