Home
last modified time | relevance | path

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

/cts/tests/inputmethod/src/android/view/inputmethod/cts/util/
DInputConnectionTestUtils.java47 int selectionEnd = -1; in formatString() local
/cts/tests/inputmethod/src/android/view/inputmethod/cts/
DBaseInputConnectionTest.java269 final int selectionEnd = Selection.getSelectionEnd(source); in createDummyConnectionWithSelection() local
/cts/tests/tests/text/src/android/text/method/cts/
DBaseKeyListenerTest.java588 final boolean selectInTextView, final int selectionStart, final int selectionEnd) in prepTextViewSync()
/cts/tests/tests/widget/src/android/widget/cts/
DTextViewTest.java322 final int selectionEnd = LONG_TEXT.length(); in testAccessMovementMethod() local
329 selectionStart, selectionEnd); in testAccessMovementMethod() local
346 selectionStart, selectionEnd); in testAccessMovementMethod() local
2918 int selectionEnd = 7; in testSelection() local
2924 Selection.setSelection((Spannable) mTextView.getText(), selectionStart, selectionEnd); in testSelection() local