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());
InputLanguageSelection.java 81 mSelectedLanguages = sp.getString(LatinIME.PREF_SELECTED_LANGUAGES, "");
114 int[] dictionaries = LatinIME.getDictionary(res);
156 editor.putString(LatinIME.PREF_SELECTED_LANGUAGES, checkedLanguages);
183 // 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+"));
KeyboardSwitcher.java 98 private LatinIME mInputMethodService;
150 public static void init(LatinIME ims) {
500 if (key != LatinIME.KEYCODE_SPACE && key != LatinIME.KEYCODE_ENTER && key >= 0) {
507 if (key == LatinIME.KEYCODE_ENTER || key == LatinIME.KEYCODE_SPACE) {
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 148 mSpaceKeyIndexArray = new int[] { indexOf(LatinIME.KEYCODE_SPACE) };
173 case LatinIME.KEYCODE_ENTER:
179 case LatinIME.KEYCODE_SPACE:
685 } else if (code == LatinIME.KEYCODE_SPACE) {
    [all...]
PointerTracker.java 230 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());
402 String packageName = LatinIME.class.getPackage().getName();
684 if (TRACE) Debug.startMethodTracing("/data/trace/latinime");
    [all...]

Completed in 111 milliseconds