Searched refs:textToCommit (Results 1 – 2 of 2) sorted by relevance
120 final CharSequence textToCommit = event.getTextToCommit(); in applyProcessedEvent() local121 if (!TextUtils.isEmpty(textToCommit)) { in applyProcessedEvent()122 mCombinedText.append(textToCommit); in applyProcessedEvent()
620 final CharSequence textToCommit = event.getTextToCommit(); in handleConsumedEvent() local621 if (!TextUtils.isEmpty(textToCommit)) { in handleConsumedEvent()622 mConnection.commitText(textToCommit, 1); in handleConsumedEvent()1670 final SpannableString textToCommit = new SpannableString(stringToCommit); in revertCommit() local1675 final int lastCharIndex = textToCommit.length() - 1; in revertCommit()1693 textToCommit.setSpan(span, 0 /* start */, lastCharIndex /* end */, in revertCommit()1698 textToCommit.setSpan(new SuggestionSpan(mLatinIME /* context */, in revertCommit()1706 mConnection.commitText(textToCommit, 1); in revertCommit()1716 setComposingTextInternal(textToCommit, 1); in revertCommit()