Searched refs:mLatinIME (Results 1 - 11 of 11) sorted by relevance

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
H A DLatinImeTests.java24 mLatinIME.mHandler.onFinishInputView(true);
29 ((LatinIMEForTests)mLatinIME).getDeallocateMemoryWasPerformed());
33 mLatinIME.mHandler.onFinishInputView(true);
38 ((LatinIMEForTests)mLatinIME).getDeallocateMemoryWasPerformed());
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...]
H A DPunctuationTests.java34 mLatinIME.getResources().getBoolean(R.bool.config_default_next_word_prediction);
39 mLatinIME.loadSettings();
44 mLatinIME.getSuggestedWordsForTest().isPunctuationSuggestions());
127 mLatinIME.onTextInput(SPECIAL_KEY);
138 mLatinIME.onTextInput(SPECIAL_KEY);
148 mLatinIME.onTextInput(SPECIAL_KEY);
159 + " ; Suggestions = " + mLatinIME.getSuggestedWordsForTest(),
169 + " ; Suggestions = " + mLatinIME.getSuggestedWordsForTest(),
H A DInputLogicTestsDeadKeys.java59 mLatinIME.onEvent(event);
73 mLatinIME.onEvent(event);
85 mLatinIME.onEvent(event);
103 mLatinIME.onEvent(event);
118 mLatinIME.onEvent(event);
121 mLatinIME.onEvent(Event.createSoftwareKeypressEvent(Event.NOT_A_CODE_POINT,
137 mLatinIME.onEvent(event);
160 mLatinIME.onEvent(event);
176 mLatinIME.onEvent(event);
193 mLatinIME
[all...]
H A DBlueUnderlineTests.java73 mLatinIME.onUpdateSelection(0, 0, typedLength + 1, typedLength + 1, -1, -1);
99 mLatinIME.onUpdateSelection(0, 0, typedLength, typedLength, -1, -1);
105 mLatinIME.onUpdateSelection(typedLength, typedLength,
119 mLatinIME.onUpdateSelection(0, 0, STRING_TO_TYPE.length(), STRING_TO_TYPE.length(), -1, -1);
H A DInputLogicTestsLanguageWithoutSpaces.java75 mLatinIME.onUpdateSelection(0, 0, typedLength, typedLength, -1, -1);
77 mLatinIME.onUpdateSelection(typedLength, typedLength,
98 mLatinIME.onUpdateSelection(0, 0, typedLength, typedLength, 0, typedLength);
102 mLatinIME.onUpdateSelection(typedLength, typedLength,
130 final SuggestedWords suggestedWords = mLatinIME.getSuggestedWordsForTest();
H A DInputLogicTests.java119 mLatinIME.onUpdateSelection(0, 0, typedLength, typedLength, -1, -1);
122 mLatinIME.onUpdateSelection(typedLength, typedLength,
140 mLatinIME.onUpdateSelection(0, 0, typedLength, typedLength, -1, -1);
143 mLatinIME.onUpdateSelection(typedLength, typedLength,
282 mLatinIME.loadSettings();
510 final SuggestedWords suggestedWords = mLatinIME.getSuggestedWordsForTest();
516 mLatinIME.clearPersonalizedDictionariesForTest();
526 SuggestedWords suggestedWords = mLatinIME.getSuggestedWordsForTest();
527 suggestedWords = mLatinIME.getSuggestedWordsForTest();
529 mLatinIME
[all...]
H A DShiftModeTests.java36 return mLatinIME.mKeyboardSwitcher.getKeyboardShiftMode()
/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...]

Completed in 169 milliseconds