Searched refs:selStart (Results 1 – 3 of 3) sorted by relevance
101 public void onSelectionChanged(int selStart, int selEnd) { in onSelectionChanged() argument102 super.onSelectionChanged(selStart, selEnd); in onSelectionChanged()
8368 final int selStart = startIndex; in testSmartSelection_resetSelection() local8370 PollingCheck.waitFor(() -> mTextView.getSelectionStart() == selStart in testSmartSelection_resetSelection()
929 public void verifyText(String expectedText, int selStart, int selEnd) throws Exception {935 && selStart == editText.getSelectionStart()