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