Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/inputlogic/
DInputLogic.java1655 final CharSequence wordBeforeCursor = in revertCommit() local
1657 if (!TextUtils.equals(committedWord, wordBeforeCursor)) { in revertCommit()
1660 + "\", but before the cursor we found \"" + wordBeforeCursor + "\""); in revertCommit()