Home
last modified time | relevance | path

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

/packages/inputmethods/LeanbackIME/src/com/android/inputmethod/leanback/service/
DLeanbackImeService.java232 CharSequence textAfterCursor = ic.getTextAfterCursor(1000, 0); in getEditorText() local
236 if (textAfterCursor != null) { in getEditorText()
237 editorText.append(textAfterCursor); in getEditorText()
286 CharSequence textAfterCursor = ic.getTextAfterCursor(1000, 0); in handleTextEntry() local
287 if (textAfterCursor != null && textAfterCursor.length() > 0) { in handleTextEntry()