Searched defs:newComposingText (Results 1 - 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/inputlogic/
H A DInputLogic.java2177 * @param newComposingText the composing text to be set
2180 private void setComposingTextInternal(final CharSequence newComposingText, argument
2182 setComposingTextInternalWithBackgroundColor(newComposingText, newCursorPosition,
2183 Color.TRANSPARENT, newComposingText.length());
2195 * @param newComposingText the composing text to be set
2202 private void setComposingTextInternalWithBackgroundColor(final CharSequence newComposingText, argument
2206 composingTextToBeSet = newComposingText;
2208 final SpannableString spannable = new SpannableString(newComposingText);

Completed in 51 milliseconds