Home
last modified time | relevance | path

Searched refs:SMARTSELECT_END (Results 1 – 1 of 1) sorted by relevance

/cts/tests/tests/widget/src/android/widget/cts/
DTextViewTest.java218 private static final int SMARTSELECT_END = 40; field in TextViewTest
222 return new TextSelection.Builder(SMARTSELECT_START, SMARTSELECT_END).build();
8854 && mTextView.getSelectionEnd() == SMARTSELECT_END); in testSmartSelection()
8903 && mTextView.getSelectionEnd() == SMARTSELECT_END); in testSmartSelection_resetSelection()
9533 assertTrue(text.length() >= SMARTSELECT_END); in initializeTextForSmartSelection()