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/inputlogic/
DInputLogic.java525 final int codePointBeforeCursor = mConnection.getCodePointBeforeCursor(); in onStartBatchInput()
926 mConnection.getCodePointBeforeCursor())) { in handleSeparatorEvent()
1140 final int codePointBeforeCursor = mConnection.getCodePointBeforeCursor(); in handleBackspaceEvent()
1163 mConnection.getCodePointBeforeCursor(); in handleBackspaceEvent()
1256 final int codePointBeforeCursor = mConnection.getCodePointBeforeCursor(); in trySwapSwapperAndSpace()
1855 final int codePointBeforeCursor = mConnection.getCodePointBeforeCursor(); in performSpecificTldProcessingOnTextInput()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DRichInputConnection.java396 public int getCodePointBeforeCursor() { in getCodePointBeforeCursor() method in RichInputConnection
796 final int codePointBeforeCursor = getCodePointBeforeCursor(); in removeTrailingSpace()