Home
last modified time | relevance | path

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

/packages/inputmethods/LeanbackIME/src/com/android/inputmethod/leanback/service/
DLeanbackImeService.java258 final CharSequence textRight = ic.getTextAfterCursor(1000, 0); in getCharLengthAfterCursor() local
259 return textRight != null ? textRight.length() : 0; in getCharLengthAfterCursor()