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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
H A DMainKeyboardView.java124 private int mLanguageOnSpacebarFormatType; field in class:MainKeyboardView
782 mLanguageOnSpacebarFormatType = languageOnSpacebarFormatType;
786 mLanguageOnSpacebarFormatType = LanguageOnSpacebarUtils.FORMAT_TYPE_NONE;
814 if (mLanguageOnSpacebarFormatType != LanguageOnSpacebarUtils.FORMAT_TYPE_NONE) {
847 if (mLanguageOnSpacebarFormatType == LanguageOnSpacebarUtils.FORMAT_TYPE_FULL_LOCALE) {

Completed in 44 milliseconds