Home
last modified time | relevance | path

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

/cts/tests/inputmethod/util/src/android/view/inputmethod/cts/util/
DInputConnectionTestUtils.java54 int selectionEnd = -1; in formatString() local
/cts/tests/inputmethod/src/android/view/inputmethod/cts/
DTextSnapshotTest.java99 final int selectionEnd = Selection.getSelectionEnd(text); in surroundingText() local
DCursorAnchorInfoTest.java136 final int selectionEnd = 40; in testBuilder() local
527 final int selectionEnd = 40; 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.java514 final int selectionEnd = LONG_TEXT.length(); in testAccessMovementMethod() local
521 selectionStart, selectionEnd); in testAccessMovementMethod() local
538 selectionStart, selectionEnd); in testAccessMovementMethod() local
3223 int selectionEnd = 7; in testSelection() local
3229 Selection.setSelection((Spannable) mTextView.getText(), selectionStart, selectionEnd); in testSelection() local