Home
last modified time | relevance | path

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

/aosp12/packages/inputmethods/LeanbackIME/src/com/android/inputmethod/leanback/service/
H A DLeanbackImeService.java139 getCharLengthAfterCursor(ic)); in onStartInputView()
257 private int getCharLengthAfterCursor(InputConnection ic ) { in getCharLengthAfterCursor() method in LeanbackImeService
313 getCharLengthAfterCursor(ic)); in handleTextEntry()
317 ic.deleteSurroundingText(0, getCharLengthAfterCursor(ic)); in handleTextEntry()