Searched refs:textAfterCursor (Results 1 – 1 of 1) sorted by relevance
232 CharSequence textAfterCursor = ic.getTextAfterCursor(1000, 0); in getEditorText() local236 if (textAfterCursor != null) { in getEditorText()237 editorText.append(textAfterCursor); in getEditorText()286 CharSequence textAfterCursor = ic.getTextAfterCursor(1000, 0); in handleTextEntry() local287 if (textAfterCursor != null && textAfterCursor.length() > 0) { in handleTextEntry()