Home
last modified time | relevance | path

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

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