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