Searched refs:mLatinIme (Results 1 - 2 of 2) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/event/
H A DEventInterpreter.java45 final LatinIME mLatinIme; field in class:EventInterpreter
83 mLatinIme = latinIme;
122 mLatinIme.onCodeInput(currentlyProcessingEvent.mCodePoint,
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DLatinIME.java1602 private LatinIME mLatinIme; field in class:LatinIME.BatchInputUpdater
1638 mLatinIme = latinIme;
1651 mLatinIme.mHandler.showGesturePreviewAndSuggestionStrip(
1669 mLatinIme.mHandler.showGesturePreviewAndSuggestionStrip(
1679 mLatinIme.mHandler.showGesturePreviewAndSuggestionStrip(
1688 mLatinIme.mWordComposer.setBatchInputPointers(batchPointers);
1690 mLatinIme.getSuggestedWordsOrOlderSuggestions(Suggest.SESSION_GESTURE);
1695 return mLatinIme.getOlderSuggestions(mostProbableSuggestion);

Completed in 61 milliseconds