Searched refs:selEnd (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()
8369 final int selEnd = endIndex; in testSmartSelection_resetSelection() local8371 && mTextView.getSelectionEnd() == selEnd); in testSmartSelection_resetSelection()
929 public void verifyText(String expectedText, int selStart, int selEnd) throws Exception {936 && selEnd == editText.getSelectionEnd(), mTimeout);