Home
last modified time | relevance | path

Searched refs:LatinIME (Results 1 – 6 of 6) sorted by relevance

/packages/inputmethods/LatinIME/src/com/android/inputmethod/latin/
DKeyboardSwitcher.java45 LatinIME mContext;
62 KeyboardSwitcher(LatinIME context) { in KeyboardSwitcher()
257 if (key != LatinIME.KEYCODE_SPACE && key != LatinIME.KEYCODE_ENTER && key > 0) { in onKey()
262 if (key == LatinIME.KEYCODE_ENTER || key == LatinIME.KEYCODE_SPACE) return true; in onKey()
DTutorial.java45 private LatinIME mIme;
165 public Tutorial(LatinIME ime, LatinKeyboardView inputView) { in Tutorial()
DLatinIME.java60 public class LatinIME extends InputMethodService class
158 mTutorial = new Tutorial(LatinIME.this, mInputView);
1073 intent.setClass(LatinIME.this, LatinIMESettings.class); in launchSettings()
1169 if (!LatinIME.PERF_DEBUG) return; in measureCps()
1204 LatinIME.this.promoteToUserDictionary(word, FREQUENCY_FOR_AUTO_ADD); in addWord()
DCandidateView.java47 private LatinIME mService;
177 public void setService(LatinIME listener) { in setService()
DLatinKeyboard.java231 } else if (code == LatinIME.KEYCODE_SPACE) { in isInside()
/packages/inputmethods/LatinIME/
DAndroid.mk8 LOCAL_PACKAGE_NAME := LatinIME