Home
last modified time | relevance | path

Searched refs:selEnd (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/widget/src/android/widget/cts/
DMockTextView.java101 public void onSelectionChanged(int selStart, int selEnd) { in onSelectionChanged() argument
102 super.onSelectionChanged(selStart, selEnd); in onSelectionChanged()
DTextViewTest.java8369 final int selEnd = endIndex; in testSmartSelection_resetSelection() local
8371 && mTextView.getSelectionEnd() == selEnd); in testSmartSelection_resetSelection()
/cts/tests/inputmethod/src/android/view/inputmethod/cts/
DInputMethodServiceTest.java929 public void verifyText(String expectedText, int selStart, int selEnd) throws Exception {
936 && selEnd == editText.getSelectionEnd(), mTimeout);