Searched refs:textAfterCursor (Results 1 – 3 of 3) 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()
330 CharSequence textAfterCursor = getTextAfterCursor(afterLength, flags); in getSurroundingText() local331 if (textAfterCursor == null) { in getSurroundingText()339 TextUtils.concat(textBeforeCursor, selectedText, textAfterCursor); in getSurroundingText()
398 final CharSequence textAfterCursor = in assertExpectedTextLength() local419 assertNull(textAfterCursor); in assertExpectedTextLength()421 assertEquals(expectAfterCursorLength.intValue(), textAfterCursor.length()); in assertExpectedTextLength()