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.java190 private static final int SMARTSELECT_END = 40; field in TextViewTest
7476 && mTextView.getSelectionEnd() == SMARTSELECT_END); in testSmartSelection()
7525 && mTextView.getSelectionEnd() == SMARTSELECT_END); in testSmartSelection_resetSelection()
7632 assertTrue(text.length() >= SMARTSELECT_END); in initializeTextForSmartSelection()
7636 .thenReturn(new TextSelection.Builder(SMARTSELECT_START, SMARTSELECT_END).build()); in initializeTextForSmartSelection()