Searched refs:SMARTSELECT_START (Results 1 – 1 of 1) sorted by relevance
189 private static final int SMARTSELECT_START = 0; field in TextViewTest7475 PollingCheck.waitFor(() -> mTextView.getSelectionStart() == SMARTSELECT_START in testSmartSelection()7524 PollingCheck.waitFor(() -> mTextView.getSelectionStart() == SMARTSELECT_START in testSmartSelection_resetSelection()7636 .thenReturn(new TextSelection.Builder(SMARTSELECT_START, SMARTSELECT_END).build()); in initializeTextForSmartSelection()