Home
last modified time | relevance | path

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

/cts/tests/inputmethod/src/android/view/inputmethod/cts/
DEditorInfoTest.java290 final int expectedTextAfterCursorLength = testText.length() - selLength; in testInitialSurroundingText_cursorAtHead_emptyBeforeCursorText() local
297 expectedTextAfterCursorLength, expectedSurroundingText); in testInitialSurroundingText_cursorAtHead_emptyBeforeCursorText()
308 final int expectedTextAfterCursorLength = 0; in testInitialSurroundingText_cursorAtTail_emptyAfterCursorText() local
315 expectedTextAfterCursorLength, expectedSurroundingText); in testInitialSurroundingText_cursorAtTail_emptyAfterCursorText()
326 final int expectedTextAfterCursorLength = testText.length(); in testInitialSurroundingText_noSelection_emptySelectionText() local
333 expectedTextAfterCursorLength, expectedSurroundingText); in testInitialSurroundingText_noSelection_emptySelectionText()
344 final int expectedTextAfterCursorLength = 1; in testInitialSurroundingText_overSizedSelection_keepsBeforeAfterTextValid() local
357 /* expectSelectionLength= */null, expectedTextAfterCursorLength, in testInitialSurroundingText_overSizedSelection_keepsBeforeAfterTextValid()