Searched refs:ime (Results 1 - 6 of 6) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/deprecated/languageswitcher/
H A DLanguageSwitcher.java54 public LanguageSwitcher(LatinIME ime) { argument
55 mIme = ime;
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DUserUnigramDictionary.java87 public UserUnigramDictionary(Context context, LatinIME ime, String locale, int dicTypeId) { argument
92 mIme = ime;
H A DUserBigramDictionary.java135 public UserBigramDictionary(Context context, LatinIME ime, String locale, int dicTypeId) { argument
137 mIme = ime;
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/EN/
H A DTutorialEN.java206 public TutorialEN(OpenWnnEN ime, View inputView, DefaultSoftKeyboardEN inputManager) { argument
208 mIme = ime;
/packages/apps/Settings/src/com/android/settings/inputmethod/
H A DInputMethodAndSubtypeUtil.java82 for (String ime: imes) {
88 builder.append(ime);
129 // The first element is ime id.
250 // If it's a disabled system ime, add it to the disabled list so that it
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
H A DTutorialJAJP.java209 public TutorialJAJP(OpenWnnJAJP ime, View inputView, DefaultSoftKeyboardJAJP inputManager) { argument
212 mIme = ime;

Completed in 125 milliseconds