Searched refs:textAfterCursor (Results 1 – 1 of 1) sorted by relevance
415 final CharSequence textAfterCursor = in assertExpectedTextLength() local436 assertNull(textAfterCursor); in assertExpectedTextLength()438 assertEquals(expectAfterCursorLength.intValue(), textAfterCursor.length()); in assertExpectedTextLength()476 final CharSequence textAfterCursor = in concatInitialSurroundingText() local480 return TextUtils.concat(textBeforeCursor, selectedText, textAfterCursor); in concatInitialSurroundingText()