Searched refs:SMARTSELECT_END (Results 1 – 1 of 1) sorted by relevance
218 private static final int SMARTSELECT_END = 40; field in TextViewTest222 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()