Searched refs:expectedTextBeforeCursorLength (Results 1 – 1 of 1) sorted by relevance
/cts/tests/inputmethod/src/android/view/inputmethod/cts/ |
D | EditorInfoTest.java | 289 final int expectedTextBeforeCursorLength = 0; in testInitialSurroundingText_cursorAtHead_emptyBeforeCursorText() local 296 assertExpectedTextLength(info, expectedTextBeforeCursorLength, selLength, in testInitialSurroundingText_cursorAtHead_emptyBeforeCursorText() 307 final int expectedTextBeforeCursorLength = testText.length() - selLength; in testInitialSurroundingText_cursorAtTail_emptyAfterCursorText() local 314 assertExpectedTextLength(info, expectedTextBeforeCursorLength, selLength, in testInitialSurroundingText_cursorAtTail_emptyAfterCursorText() 325 final int expectedTextBeforeCursorLength = 0; in testInitialSurroundingText_noSelection_emptySelectionText() local 332 assertExpectedTextLength(info, expectedTextBeforeCursorLength, selLength, in testInitialSurroundingText_noSelection_emptySelectionText() 343 final int expectedTextBeforeCursorLength = 1; in testInitialSurroundingText_overSizedSelection_keepsBeforeAfterTextValid() local 345 final int offset = info.initialSelStart - expectedTextBeforeCursorLength; in testInitialSurroundingText_overSizedSelection_keepsBeforeAfterTextValid() 347 offset + expectedTextBeforeCursorLength); in testInitialSurroundingText_overSizedSelection_keepsBeforeAfterTextValid() 356 assertExpectedTextLength(info, expectedTextBeforeCursorLength, in testInitialSurroundingText_overSizedSelection_keepsBeforeAfterTextValid()
|