Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DRichInputConnection.java284 public int getCodePointBeforeCursor() { in getCodePointBeforeCursor() method in RichInputConnection
631 final int codePointBeforeCursor = getCodePointBeforeCursor(); in isCursorTouchingWord()
647 final int codePointBeforeCursor = getCodePointBeforeCursor(); in removeTrailingSpace()
DLatinIME.java1817 final int codePointBeforeCursor = mConnection.getCodePointBeforeCursor(); in onStartBatchInput()
2186 final int codePointBeforeCursor = mConnection.getCodePointBeforeCursor(); in handleBackspace()
2199 mConnection.getCodePointBeforeCursor(); in handleBackspace()