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;
100 final SharedPreferences prefs = PreferenceManager.getDefaultSharedPreferences(mLatinIME);
120 mLatinIME = getService();
122 mLatinIME.onCreate();
133 mLatinIME.setInputView(inputView);
134 mLatinIME.onBindInput();
135 mLatinIME.onCreateInputView();
136 mLatinIME.onStartInputView(ei, false);
137 mLatinIME.onCreateInputMethodInterface().startInput(ic, ei);
139 mKeyboard = mLatinIME.mKeyboardSwitcher.getKeyboard()
    [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);
149 mLatinIME.onUpdateSelection(0, 0, STRING_TO_TYPE.length(), STRING_TO_TYPE.length(), -1, -1);
151 mLatinIME.onUpdateSelection(0, 0, NEW_CURSOR_POSITION, NEW_CURSOR_POSITION, -1, -1);
162 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_suggestions);
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 75 private LatinIME mLatinIME;
104 mLatinIME = latinIme;
185 ImfUtils.hasMultipleEnabledIMEsOrSubtypes(mLatinIME, true));
199 mState.onUpdateShiftState(mLatinIME.getCurrentAutoCapsState());
204 mLatinIME.hapticAndAudioFeedback(code);
206 mState.onPressKey(code, isSinglePointer(), mLatinIME.getCurrentAutoCapsState());
262 mState.onUpdateShiftState(mLatinIME.getCurrentAutoCapsState());
316 mLatinIME.hapticAndAudioFeedback(code);
343 mState.onCodeInput(code, isSinglePointer(), mLatinIME.getCurrentAutoCapsState());
359 setContextThemeWrapper(mLatinIME, mKeyboardTheme)
    [all...]

Completed in 83 milliseconds