Home
last modified time | relevance | path

Searched defs:selectionEnd (Results 1 – 5 of 5) sorted by relevance

/cts/tests/inputmethod/src/android/view/inputmethod/cts/util/
DInputConnectionTestUtils.java48 int selectionEnd = -1; in formatString() local
/cts/tests/inputmethod/src/android/view/inputmethod/cts/
DCursorAnchorInfoTest.java93 final int selectionEnd = 40; in testBuilder() local
399 final int selectionEnd = 40; in testMatrixIsRequired() local
DBaseInputConnectionTest.java201 final int selectionEnd = Selection.getSelectionEnd(source); in createConnectionWithSelection() local
/cts/tests/tests/text/src/android/text/method/cts/
DBaseKeyListenerTest.java589 final boolean selectInTextView, final int selectionStart, final int selectionEnd) in prepTextViewSync()
/cts/tests/tests/widget/src/android/widget/cts/
DTextViewTest.java454 final int selectionEnd = LONG_TEXT.length(); in testAccessMovementMethod() local
461 selectionStart, selectionEnd); in testAccessMovementMethod() local
478 selectionStart, selectionEnd); in testAccessMovementMethod() local
3141 int selectionEnd = 7; in testSelection() local
3147 Selection.setSelection((Spannable) mTextView.getText(), selectionStart, selectionEnd); in testSelection() local