Searched refs:getCurrentInputMethodSubtype (Results 1 - 4 of 4) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DRichInputMethodManager.java131 final InputMethodSubtype currentSubtype = imm.getCurrentInputMethodSubtype();
275 public InputMethodSubtype getCurrentInputMethodSubtype( method in class:RichInputMethodManager
277 final InputMethodSubtype currentSubtype = mImmWrapper.mImm.getCurrentInputMethodSubtype();
H A DSubtypeSwitcher.java258 return mRichImm.getCurrentInputMethodSubtype(mNoLanguageSubtype);
H A DLatinIME.java402 .getCurrentInputMethodSubtype();
/packages/apps/Settings/src/com/android/settings/inputmethod/
H A DInputMethodAndSubtypeUtil.java165 final InputMethodSubtype subtype = imm.getCurrentInputMethodSubtype();

Completed in 83 milliseconds