Searched refs:getTypedWord (Results 1 – 3 of 3) sorted by relevance
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/inputlogic/ |
D | InputLogic.java | 143 if (!mWordComposer.getTypedWord().isEmpty()) { in startInput() 148 mWordComposer.getTypedWord(), mWordComposer.isBatchMode()); in startInput() 207 mWordComposer.getTypedWord(), mWordComposer.isBatchMode()); in finishInput() 507 unlearnWord(mWordComposer.getTypedWord(), settingsValues, in onStartBatchInput() 598 getTextWithUnderline(mWordComposer.getTypedWord()); in setSuggestedWords() 626 setComposingTextInternal(mWordComposer.getTypedWord(), 1); in handleConsumedEvent() 776 unlearnWord(mWordComposer.getTypedWord(), inputTransaction.mSettingsValues, in handleNonSpecialCharacterEvent() 818 unlearnWord(mWordComposer.getTypedWord(), inputTransaction.mSettingsValues, in handleNonSeparatorEvent() 861 setComposingTextInternal(getTextWithUnderline(mWordComposer.getTypedWord()), 1); in handleNonSeparatorEvent() 893 unlearnWord(mWordComposer.getTypedWord(), inputTransaction.mSettingsValues, in handleSeparatorEvent() [all …]
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
D | WordComposer.java | 307 public String getTypedWord() { in getTypedWord() method in WordComposer
|
D | Suggest.java | 157 final String typedWordString = wordComposer.getTypedWord(); in getSuggestedWordsForNonBatchInput()
|