Searched defs:mLatinIME (Results 1 - 4 of 4) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/inputlogic/
H A DInputLogicHandler.java35 final LatinIME mLatinIME; field in class:InputLogicHandler
66 mLatinIME = null;
75 mLatinIME = latinIME;
98 mLatinIME.getSuggestedWords(msg.arg1 /* inputStyle */,
161 mLatinIME.mHandler.showGesturePreviewAndSuggestionStrip(suggestedWordsToShowSuggestions,
167 mLatinIME.mHandler.showTailBatchInputResult(suggestedWordsToShowSuggestions);
H A DInputLogic.java76 final LatinIME mLatinIME; field in class:InputLogic
122 mLatinIME = latinIME;
162 mInputLogicHandler = new InputLogicHandler(mLatinIME, this);
417 mLatinIME.mHandler.postResumeSuggestions(true /* shouldDelay */);
1242 mLatinIME.switchToNextSubtype();
1543 mLatinIME.mHandler.postUpdateSuggestionStrip(SuggestedWords.INPUT_STYLE_RECORRECTION);
1551 mLatinIME.setNeutralSuggestionStrip();
1590 mLatinIME.getCoordinatesForCurrentKeyboard(codePoints));
1623 mLatinIME.mHandler.showSuggestionStrip(suggestedWords);
1698 textToCommit.setSpan(new SuggestionSpan(mLatinIME /* contex
[all...]
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
H A DKeyboardSwitcher.java56 private LatinIME mLatinIME; field in class:KeyboardSwitcher
84 mLatinIME = latinIme;
88 InputMethodServiceCompatUtils.enableHardwareAcceleration(mLatinIME);
93 mLatinIME, KeyboardTheme.getKeyboardTheme(mLatinIME /* context */));
95 mLatinIME.setInputView(onCreateInputView(mIsHardwareAcceleratedDrawingEnabled));
120 builder.setLanguageSwitchKeyEnabled(mLatinIME.shouldShowLanguageSwitchKey());
341 mLatinIME.stopShowingInputView();
342 mLatinIME.hideWindow();
345 mLatinIME
[all...]
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
H A DInputTestsBase.java76 protected LatinIME mLatinIME; field in class:InputTestsBase
161 final SharedPreferences prefs = PreferenceManager.getDefaultSharedPreferences(mLatinIME);
170 return PreferenceManager.getDefaultSharedPreferences(mLatinIME)
176 final SharedPreferences prefs = PreferenceManager.getDefaultSharedPreferences(mLatinIME);
209 mLatinIME = getService();
215 mLatinIME.onCreate();
223 mLatinIME.onCreateInputMethodInterface().startInput(ic, ei);
224 mLatinIME.setInputView(mInputView);
225 mLatinIME.onBindInput();
226 mLatinIME
[all...]

Completed in 142 milliseconds