Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DLatinIME.java217 private int mLastSelectionStart; field in LatinIME
700 mLastSelectionStart = et.startOffset + et.selectionStart; in checkReCorrectionOnStart()
778 && mLastSelectionStart != newSelStart)) { in onUpdateSelection()
802 mLastSelectionStart = newSelStart; in onUpdateSelection()
816 if (isCursorTouchingWord() || mLastSelectionStart < mLastSelectionEnd) { in onUpdateSelection()
1397 if (mLastSelectionStart == mLastSelectionEnd && TextEntryState.isCorrecting()) { in handleCharacter()
2104 mLastSelectionStart, mLastSelectionEnd, mWordSeparators); in setOldSuggestions()