Searched refs:LatinIME (Results 1 – 6 of 6) sorted by relevance
45 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()
45 private LatinIME mIme;165 public Tutorial(LatinIME ime, LatinKeyboardView inputView) { in Tutorial()
60 public class LatinIME extends InputMethodService class158 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()
47 private LatinIME mService;177 public void setService(LatinIME listener) { in setService()
231 } else if (code == LatinIME.KEYCODE_SPACE) { in isInside()
8 LOCAL_PACKAGE_NAME := LatinIME