Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/inputlogic/
DInputLogic.java2298 final CharSequence composingTextToBeSet; in setComposingTextInternalWithBackgroundColor() local
2300 composingTextToBeSet = newComposingText; in setComposingTextInternalWithBackgroundColor()
2308 composingTextToBeSet = spannable; in setComposingTextInternalWithBackgroundColor()
2310 mConnection.setComposingText(composingTextToBeSet, newCursorPosition); in setComposingTextInternalWithBackgroundColor()