Searched refs:selLength (Results 1 – 1 of 1) sorted by relevance
286 final int selLength = 10; in testInitialSurroundingText_cursorAtHead_emptyBeforeCursorText() local288 info.initialSelEnd = info.initialSelStart + selLength; in testInitialSurroundingText_cursorAtHead_emptyBeforeCursorText()290 final int expectedTextAfterCursorLength = testText.length() - selLength; in testInitialSurroundingText_cursorAtHead_emptyBeforeCursorText()296 assertExpectedTextLength(info, expectedTextBeforeCursorLength, selLength, in testInitialSurroundingText_cursorAtHead_emptyBeforeCursorText()304 final int selLength = 10; in testInitialSurroundingText_cursorAtTail_emptyAfterCursorText() local305 info.initialSelStart = testText.length() - selLength; in testInitialSurroundingText_cursorAtTail_emptyAfterCursorText()307 final int expectedTextBeforeCursorLength = testText.length() - selLength; in testInitialSurroundingText_cursorAtTail_emptyAfterCursorText()314 assertExpectedTextLength(info, expectedTextBeforeCursorLength, selLength, in testInitialSurroundingText_cursorAtTail_emptyAfterCursorText()322 final int selLength = 0; in testInitialSurroundingText_noSelection_emptySelectionText() local324 info.initialSelEnd = info.initialSelStart + selLength; in testInitialSurroundingText_noSelection_emptySelectionText()[all …]