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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/inputlogic/
H A DInputLogic.java603 setComposingTextInternal(textWithUnderline, 1);
626 setComposingTextInternal(mWordComposer.getTypedWord(), 1);
861 setComposingTextInternal(getTextWithUnderline(mWordComposer.getTypedWord()), 1);
1032 setComposingTextInternal(getTextWithUnderline(mWordComposer.getTypedWord()), 1);
1716 setComposingTextInternal(textToCommit, 1);
2044 setComposingTextInternal(batchInputText, 1);
2274 private void setComposingTextInternal(final CharSequence newComposingText, method in class:InputLogic
2281 * Equivalent to {@link #setComposingTextInternal(CharSequence, int)} except that this method

Completed in 40 milliseconds