Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/inputlogic/
DInputLogic.java2274 private void setComposingTextInternal(final CharSequence newComposingText, in setComposingTextInternal() argument
2276 setComposingTextInternalWithBackgroundColor(newComposingText, newCursorPosition, in setComposingTextInternal()
2277 Color.TRANSPARENT, newComposingText.length()); in setComposingTextInternal()
2296 private void setComposingTextInternalWithBackgroundColor(final CharSequence newComposingText, in setComposingTextInternalWithBackgroundColor() argument
2300 composingTextToBeSet = newComposingText; in setComposingTextInternalWithBackgroundColor()
2302 final SpannableString spannable = new SpannableString(newComposingText); in setComposingTextInternalWithBackgroundColor()