Searched refs:LanguageOnSpacebarUtils (Results 1 – 5 of 5) sorted by relevance
19 import static com.android.inputmethod.latin.utils.LanguageOnSpacebarUtils.FORMAT_TYPE_FULL_LOCALE;20 import static com.android.inputmethod.latin.utils.LanguageOnSpacebarUtils.FORMAT_TYPE_LANGUAGE_ONLY;21 import static com.android.inputmethod.latin.utils.LanguageOnSpacebarUtils.FORMAT_TYPE_NONE;35 import com.android.inputmethod.latin.utils.LanguageOnSpacebarUtils;98 LanguageOnSpacebarUtils.setEnabledSubtypes(enabledSubtypes); in enableSubtypes()104 LanguageOnSpacebarUtils.onSubtypeChanged(subtype, implicitlyEnabledSubtype, systemLocale); in assertFormatType()107 LanguageOnSpacebarUtils.getLanguageOnSpacebarFormatType(subtype)); in assertFormatType()
32 public final class LanguageOnSpacebarUtils { class40 private LanguageOnSpacebarUtils() { in LanguageOnSpacebarUtils() method in LanguageOnSpacebarUtils
60 import com.android.inputmethod.latin.utils.LanguageOnSpacebarUtils;786 mLanguageOnSpacebarFormatType = LanguageOnSpacebarUtils.FORMAT_TYPE_NONE; in startDisplayLanguageOnSpacebar()789 && languageOnSpacebarFormatType != 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()
42 import com.android.inputmethod.latin.utils.LanguageOnSpacebarUtils;170 final int languageOnSpacebarFormatType = LanguageOnSpacebarUtils in setKeyboard()
38 import com.android.inputmethod.latin.utils.LanguageOnSpacebarUtils;549 LanguageOnSpacebarUtils.onSubtypeChanged( in updateShortcutIme()551 LanguageOnSpacebarUtils.setEnabledSubtypes(getMyEnabledInputMethodSubtypeList( in updateShortcutIme()