Home
last modified time | relevance | path

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

/cts/tests/inputmethod/util/src/android/view/inputmethod/cts/util/
DInputConnectionTestUtils.java53 int selectionStart = -1; in formatString() local
/cts/tests/inputmethod/src/android/view/inputmethod/cts/
DTextSnapshotTest.java95 final int selectionStart = Selection.getSelectionStart(text); in surroundingText() local
DCursorAnchorInfoTest.java133 final int selectionStart = 30; in testBuilder() local
524 final int selectionStart = 30; in testMatrixIsRequired() local
/cts/tests/tests/text/src/android/text/method/cts/
DBaseKeyListenerTest.java617 final boolean selectInTextView, final int selectionStart, final int selectionEnd) in prepTextViewSync()
640 final int selectionStart, final int selectionEnd, int lineCount) in prepTextViewWithLinesSync()
/cts/tests/tests/widget/src/android/widget/cts/
DTextViewTest.java467 final int selectionStart = 10; in testAccessMovementMethod() local
475 selectionStart, selectionEnd); in testAccessMovementMethod() local
492 selectionStart, selectionEnd); in testAccessMovementMethod() local
3175 int selectionStart = 5; in testSelection() local
3177 Selection.setSelection((Spannable) mTextView.getText(), selectionStart); in testSelection() local
3182 Selection.setSelection((Spannable) mTextView.getText(), selectionStart, selectionEnd); in testSelection() local