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

  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/
LanguageOnSpacebarHelperTests.java 86 mLanguageOnSpacebarHelper.getLanguageOnSpacebarFormatType(EN_US_QWERTY));
88 mLanguageOnSpacebarHelper.getLanguageOnSpacebarFormatType(ZZ_QWERTY));
93 mLanguageOnSpacebarHelper.getLanguageOnSpacebarFormatType(EN_US_QWERTY));
95 mLanguageOnSpacebarHelper.getLanguageOnSpacebarFormatType(ZZ_QWERTY));
103 mLanguageOnSpacebarHelper.getLanguageOnSpacebarFormatType(EN_US_QWERTY));
105 mLanguageOnSpacebarHelper.getLanguageOnSpacebarFormatType(FR_AZERTY));
107 mLanguageOnSpacebarHelper.getLanguageOnSpacebarFormatType(ZZ_QWERTY));
111 mLanguageOnSpacebarHelper.getLanguageOnSpacebarFormatType(EN_US_QWERTY));
113 mLanguageOnSpacebarHelper.getLanguageOnSpacebarFormatType(FR_AZERTY));
115 mLanguageOnSpacebarHelper.getLanguageOnSpacebarFormatType(ZZ_QWERTY))
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
LanguageOnSpacebarHelper.java 37 public int getLanguageOnSpacebarFormatType(final InputMethodSubtype subtype) {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
SubtypeSwitcher.java 253 public int getLanguageOnSpacebarFormatType(final InputMethodSubtype subtype) {
254 return mLanguageOnSpacebarHelper.getLanguageOnSpacebarFormatType(subtype);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
KeyboardSwitcher.java 166 final int languageOnSpacebarFormatType = mSubtypeSwitcher.getLanguageOnSpacebarFormatType(

Completed in 174 milliseconds