Home
last modified time | relevance | path

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

/cts/tests/inputmethod/src/android/view/inputmethod/cts/util/
DInputConnectionTestUtils.java46 int selectionStart = -1; in formatString() local
/cts/tests/inputmethod/src/android/view/inputmethod/cts/
DBaseInputConnectionTest.java268 final int selectionStart = Selection.getSelectionStart(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.java321 final int selectionStart = 10; in testAccessMovementMethod() local
329 selectionStart, selectionEnd); in testAccessMovementMethod() local
346 selectionStart, selectionEnd); in testAccessMovementMethod() local
2917 int selectionStart = 5; in testSelection() local
2919 Selection.setSelection((Spannable) mTextView.getText(), selectionStart); in testSelection() local
2924 Selection.setSelection((Spannable) mTextView.getText(), selectionStart, selectionEnd); in testSelection() local