HomeSort by relevance Sort by last modified time
    Searched refs:LatinIME (Results 1 - 17 of 17) sorted by null

  /packages/inputmethods/LatinIME/java/
Android.mk 8 LOCAL_PACKAGE_NAME := LatinIME
  /packages/inputmethods/LatinIME/tests/
Android.mk 15 LOCAL_INSTRUMENTATION_FOR := LatinIME
  /build/target/product/
generic.mk 32 LatinIME \
generic_x86.mk 11 LatinIME \
sdk.mk 40 LatinIME \
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
LanguageSwitcher.java 33 private LatinIME mIme;
41 public LanguageSwitcher(LatinIME ime) {
60 String selectedLanguages = sp.getString(LatinIME.PREF_SELECTED_LANGUAGES, null);
61 String currentLanguage = sp.getString(LatinIME.PREF_INPUT_LANGUAGE, null);
190 editor.putString(LatinIME.PREF_INPUT_LANGUAGE, getInputLanguage());
KeyboardSwitcher.java 102 private final LatinIME mInputMethodService;
136 public KeyboardSwitcher(LatinIME ims) {
435 if (key != LatinIME.KEYCODE_SPACE && key != LatinIME.KEYCODE_ENTER && key > 0) {
440 if (key == LatinIME.KEYCODE_ENTER || key == LatinIME.KEYCODE_SPACE) return true;
InputLanguageSelection.java 70 mSelectedLanguages = sp.getString(LatinIME.PREF_SELECTED_LANGUAGES, "");
103 int[] dictionaries = LatinIME.getDictionary(res);
145 editor.putString(LatinIME.PREF_SELECTED_LANGUAGES, checkedLanguages);
165 // Exclude languages that are not relevant to LatinIME
LatinIMESettings.java 86 if (!LatinIME.VOICE_INSTALLED
160 LatinIME.DEFAULT_VOICE_INPUT_SUPPORTED_LOCALES);
162 LatinIME.newArrayList(supportedLocalesString.split("\\s+"));
AutoDictionary.java 52 private LatinIME mIme;
88 public AutoDictionary(Context context, LatinIME ime, String locale, int dicTypeId) {
Tutorial.java 41 private LatinIME mIme;
160 public Tutorial(LatinIME ime, LatinKeyboardView inputView) {
LatinIMEUtil.java 159 if (!((LatinIME)mContext).isWordSeparator(c)) {
UserBigramDictionary.java 85 private final LatinIME mIme;
141 public UserBigramDictionary(Context context, LatinIME ime, String locale, int dicTypeId) {
CandidateView.java 46 private LatinIME mService;
193 public void setService(LatinIME listener) {
362 // in LatinIME.pickSuggestionManually().
LatinKeyboard.java 147 mSpaceKeyIndex = indexOf(LatinIME.KEYCODE_SPACE);
172 case LatinIME.KEYCODE_ENTER:
178 case LatinIME.KEYCODE_SPACE:
680 } else if (code == LatinIME.KEYCODE_SPACE) {
    [all...]
PointerTracker.java 222 return key != null && key.codes[0] == LatinIME.KEYCODE_SPACE;
LatinIME.java 81 public class LatinIME extends InputMethodService
85 private static final String TAG = "LatinIME";
198 // TODO move this state variable outside LatinIME
324 LatinIME.this, mKeyboardSwitcher.getInputView());
401 String packageName = LatinIME.class.getPackage().getName();
683 if (TRACE) Debug.startMethodTracing("/data/trace/latinime");
    [all...]

Completed in 197 milliseconds