Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/inputlogic/
DInputLogic.java1641 final int cancelLength = committedWord.length(); in revertCommit() local
1650 final int deleteLength = cancelLength + separatorLength; in revertCommit()
1656 mConnection.getTextBeforeCursor(deleteLength, 0).subSequence(0, cancelLength); in revertCommit()