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

  /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);

Completed in 199 milliseconds