Home
last modified time | relevance | path

Searched refs:setComposingTextInternal (Results 1 – 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/inputlogic/
DInputLogic.java603 setComposingTextInternal(textWithUnderline, 1); in setSuggestedWords()
626 setComposingTextInternal(mWordComposer.getTypedWord(), 1); in handleConsumedEvent()
861 setComposingTextInternal(getTextWithUnderline(mWordComposer.getTypedWord()), 1); in handleNonSeparatorEvent()
1032 setComposingTextInternal(getTextWithUnderline(mWordComposer.getTypedWord()), 1); in handleBackspaceEvent()
1716 setComposingTextInternal(textToCommit, 1); in revertCommit()
2044 setComposingTextInternal(batchInputText, 1); in onUpdateTailBatchInputCompleted()
2274 private void setComposingTextInternal(final CharSequence newComposingText, in setComposingTextInternal() method in InputLogic