Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DRichInputConnection.java120 private final StringBuilder mComposingText = new StringBuilder(); field in RichInputConnection
170 .append(mComposingText); in checkConsistencyForDebug()
236 mComposingText.setLength(0); in resetCachesUponCursorMoveAndReturnSuccess()
289 mCommittedTextBeforeComposingText.append(mComposingText); in finishComposingText()
290 mComposingText.setLength(0); in finishComposingText()
309 mExpectedSelStart += text.length() - mComposingText.length(); in commitText()
311 mComposingText.setLength(0); in commitText()
368 if (!TextUtils.isEmpty(mComposingText)) { in getCursorCapsMode()
404 mCommittedTextBeforeComposingText.length() + mComposingText.length(); in getTextBeforeCursor()
420 s.append(mComposingText.toString()); in getTextBeforeCursor()
[all …]