HomeSort by relevance Sort by last modified time
    Searched refs:LanguageOnSpacebarUtils (Results 1 - 5 of 5) sorted by null

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
LanguageOnSpacebarUtils.java 32 public final class LanguageOnSpacebarUtils {
40 private LanguageOnSpacebarUtils() {
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/utils/
LanguageOnSpacebarUtilsTests.java 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;
31 import com.android.inputmethod.latin.utils.LanguageOnSpacebarUtils;
90 LanguageOnSpacebarUtils.setEnabledSubtypes(enabledSubtypes);
96 LanguageOnSpacebarUtils.onSubtypeChanged(subtype, implicitlyEnabledSubtype, systemLocale);
99 LanguageOnSpacebarUtils.getLanguageOnSpacebarFormatType(subtype));
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
MainKeyboardView.java 60 import com.android.inputmethod.latin.utils.LanguageOnSpacebarUtils;
    [all...]
KeyboardSwitcher.java 42 import com.android.inputmethod.latin.utils.LanguageOnSpacebarUtils;
170 final int languageOnSpacebarFormatType = LanguageOnSpacebarUtils
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
RichInputMethodManager.java 38 import com.android.inputmethod.latin.utils.LanguageOnSpacebarUtils;
549 LanguageOnSpacebarUtils.onSubtypeChanged(
551 LanguageOnSpacebarUtils.setEnabledSubtypes(getMyEnabledInputMethodSubtypeList(

Completed in 140 milliseconds