Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/inputlogic/
DInputLogic.java1675 final int lastCharIndex = textToCommit.length() - 1; in revertCommit() local
1693 textToCommit.setSpan(span, 0 /* start */, lastCharIndex /* end */, in revertCommit()
1702 0 /* start */, lastCharIndex /* end */, 0 /* flags */); in revertCommit()