Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/src/com/android/inputmethod/latin/
DLatinIME.java111 private StringBuilder mComposing = new StringBuilder(); field in LatinIME
335 mComposing.setLength(0); in onStartInputView()
374 if (mComposing.length() > 0 && mPredicting && (newSelStart != candidatesEnd in onUpdateSelection()
376 mComposing.setLength(0); in onUpdateSelection()
505 if (mComposing.length() > 0) { in commitTyped()
507 inputConnection.commitText(mComposing, 1); in commitTyped()
509 mCommittedLength = mComposing.length(); in commitTyped()
510 TextEntryState.acceptedTyped(mComposing); in commitTyped()
511 mAutoDictionary.addWord(mComposing.toString(), FREQUENCY_FOR_TYPED); in commitTyped()
646 final int length = mComposing.length(); in handleBackspace()
[all …]