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

  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
InputTestsBase.java 53 protected LatinIME mLatinIME;
121 final SharedPreferences prefs = PreferenceManager.getDefaultSharedPreferences(mLatinIME);
141 mLatinIME = getService();
143 mLatinIME.onCreate();
154 mLatinIME.onCreateInputMethodInterface().startInput(ic, ei);
155 mLatinIME.setInputView(inputView);
156 mLatinIME.onBindInput();
157 mLatinIME.onCreateInputView();
158 mLatinIME.onStartInputView(ei, false);
164 final InputMethodManager imm = (InputMethodManager)mLatinIME.getSystemService
    [all...]
InputLogicTests.java 34 mLatinIME.onUpdateSelection(0, 0, WORD_TO_TYPE.length(), WORD_TO_TYPE.length(), -1, -1);
48 mLatinIME.onUpdateSelection(0, 0, WORD_TO_TYPE.length(), WORD_TO_TYPE.length(), -1, -1);
63 mLatinIME.onUpdateSelection(0, 0, WORD_TO_TYPE.length(), WORD_TO_TYPE.length(), -1, -1);
79 mLatinIME.onUpdateSelection(0, 0, WORD_TO_TYPE.length(), WORD_TO_TYPE.length(), -1, -1);
97 mLatinIME.onUpdateSelection(0, 0, STRING_TO_TYPE.length(), STRING_TO_TYPE.length(), -1, -1);
100 mLatinIME.onUpdateSelection(0, 0, SELECTION_START, SELECTION_END, -1, -1);
123 mLatinIME.onUpdateSelection(0, 0, STRING_TO_TYPE.length(), STRING_TO_TYPE.length(), -1, -1);
133 mLatinIME.onUpdateSelection(0, 0, STRING_TO_TYPE.length(), STRING_TO_TYPE.length(), -1, -1);
143 mLatinIME.onUpdateSelection(0, 0, STRING_TO_TYPE.length(), STRING_TO_TYPE.length(), -1, -1);
169 mLatinIME.onUpdateSelection(0, 0, STRING_TO_TYPE.length(), STRING_TO_TYPE.length(), -1, -1)
    [all...]
PunctuationTests.java 30 mLatinIME.getResources().getBoolean(R.bool.config_default_next_word_prediction);
35 mLatinIME.loadSettings();
40 mLatinIME.isShowingPunctuationList());
123 mLatinIME.onTextInput(SPECIAL_KEY);
134 mLatinIME.onTextInput(SPECIAL_KEY);
144 mLatinIME.onTextInput(SPECIAL_KEY);
BlueUnderlineTests.java 95 mLatinIME.onUpdateSelection(0, 0, STRING_TO_TYPE.length(), STRING_TO_TYPE.length(), -1, -1);
101 mLatinIME.onUpdateSelection(0, 0, NEW_CURSOR_POSITION, NEW_CURSOR_POSITION, -1, -1);
InputLogicTestsNonEnglish.java 51 mLatinIME.isShowingPunctuationList());
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
KeyboardSwitcher.java 74 private LatinIME mLatinIME;
103 mLatinIME = latinIme;
186 ImfUtils.hasMultipleEnabledIMEsOrSubtypes(mLatinIME, true));
200 mState.onUpdateShiftState(mLatinIME.getCurrentAutoCapsState());
211 mLatinIME.hapticAndAudioFeedback(code);
213 mState.onPressKey(code, isSinglePointer(), mLatinIME.getCurrentAutoCapsState());
269 mState.onUpdateShiftState(mLatinIME.getCurrentAutoCapsState());
323 mLatinIME.hapticAndAudioFeedback(code);
350 mState.onCodeInput(code, isSinglePointer(), mLatinIME.getCurrentAutoCapsState());
362 setContextThemeWrapper(mLatinIME, mKeyboardTheme)
    [all...]

Completed in 59 milliseconds