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

  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
InputTestsBase.java 52 protected LatinIME mLatinIME;
134 final SharedPreferences prefs = PreferenceManager.getDefaultSharedPreferences(mLatinIME);
156 mLatinIME = getService();
158 mLatinIME.onCreate();
166 mLatinIME.onCreateInputMethodInterface().startInput(ic, ei);
167 mLatinIME.setInputView(mInputView);
168 mLatinIME.onBindInput();
169 mLatinIME.onCreateInputView();
170 mLatinIME.onStartInputView(ei, false);
188 mLatinIME.mHandler.post(new Runnable()
    [all...]
InputLogicTestsLanguageWithoutSpaces.java 75 mLatinIME.onUpdateSelection(0, 0, typedLength, typedLength, -1, -1);
77 mLatinIME.onUpdateSelection(typedLength, typedLength,
103 mLatinIME.getFirstSuggestedWord());
BlueUnderlineTests.java 96 mLatinIME.onUpdateSelection(0, 0, typedLength, typedLength, -1, -1);
102 mLatinIME.onUpdateSelection(typedLength, typedLength,
115 mLatinIME.onUpdateSelection(0, 0, STRING_TO_TYPE.length(), STRING_TO_TYPE.length(), -1, -1);
PunctuationTests.java 33 mLatinIME.getResources().getBoolean(R.bool.config_default_next_word_prediction);
38 mLatinIME.loadSettings();
43 mLatinIME.isShowingPunctuationList());
126 mLatinIME.onTextInput(SPECIAL_KEY);
137 mLatinIME.onTextInput(SPECIAL_KEY);
147 mLatinIME.onTextInput(SPECIAL_KEY);
InputLogicTests.java 36 mLatinIME.onUpdateSelection(0, 0, WORD_TO_TYPE.length(), WORD_TO_TYPE.length(), -1, -1);
50 mLatinIME.onUpdateSelection(0, 0, WORD_TO_TYPE.length(), WORD_TO_TYPE.length(), -1, -1);
65 mLatinIME.onUpdateSelection(0, 0, WORD_TO_TYPE.length(), WORD_TO_TYPE.length(), -1, -1);
81 mLatinIME.onUpdateSelection(0, 0, WORD_TO_TYPE.length(), WORD_TO_TYPE.length(), -1, -1);
100 mLatinIME.onUpdateSelection(0, 0, typedLength, typedLength, -1, -1);
103 mLatinIME.onUpdateSelection(typedLength, typedLength,
120 mLatinIME.onUpdateSelection(0, 0, typedLength, typedLength, -1, -1);
123 mLatinIME.onUpdateSelection(typedLength, typedLength,
155 mLatinIME.onUpdateSelection(0, 0, STRING_TO_TYPE.length(), STRING_TO_TYPE.length(), -1, -1);
165 mLatinIME.onUpdateSelection(0, 0, STRING_TO_TYPE.length(), STRING_TO_TYPE.length(), -1, -1)
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
KeyboardSwitcher.java 76 private LatinIME mLatinIME;
107 mLatinIME = latinIme;
113 InputMethodServiceCompatUtils.enableHardwareAcceleration(mLatinIME);
118 mLatinIME, getKeyboardTheme(mLatinIME, mPrefs));
120 mLatinIME.setInputView(onCreateInputView(mIsHardwareAcceleratedDrawingEnabled));
215 mState.onUpdateShiftState(mLatinIME.getCurrentAutoCapsState(),
216 mLatinIME.getCurrentRecapitalizeState());
226 mState.onPressKey(code, isSinglePointer, mLatinIME.getCurrentAutoCapsState());
296 mState.onUpdateShiftState(mLatinIME.getCurrentAutoCapsState()
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/research/
ResearchLogger.java 179 /* package for test */ LatinIME mLatinIME;
218 mLatinIME = latinIME;
231 mResearchLogDirectory = new ResearchLogDirectory(mLatinIME);
238 mUploadNowIntent = new Intent(mLatinIME, UploaderService.class);
241 UploaderService.cancelAndRescheduleUploadingService(mLatinIME,
249 System.currentTimeMillis(), System.nanoTime()), mLatinIME);
307 mSplashScreen = new SplashScreen(mLatinIME, this);
314 mPrefs = PreferenceManager.getDefaultSharedPreferences(mLatinIME);
324 if (mLatinIME == null) {
327 final InputConnection ic = mLatinIME.getCurrentInputConnection()
    [all...]

Completed in 69 milliseconds