Searched refs:SMARTSELECT_START (Results 1 – 1 of 1) sorted by relevance
217 private static final int SMARTSELECT_START = 0; field in TextViewTest222 return new TextSelection.Builder(SMARTSELECT_START, SMARTSELECT_END).build();8853 PollingCheck.waitFor(() -> mTextView.getSelectionStart() == SMARTSELECT_START in testSmartSelection()8902 PollingCheck.waitFor(() -> mTextView.getSelectionStart() == SMARTSELECT_START in testSmartSelection_resetSelection()