Home
last modified time | relevance | path

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

/packages/inputmethods/LeanbackIME/src/com/android/inputmethod/leanback/service/
DLeanbackImeService.java138 ic.deleteSurroundingText(getCharLengthBeforeCursor(ic), in onStartInputView()
252 private int getCharLengthBeforeCursor(InputConnection ic) { in getCharLengthBeforeCursor() method in LeanbackImeService
312 ic.deleteSurroundingText(getCharLengthBeforeCursor(ic), in handleTextEntry()