Home
last modified time | relevance | path

Searched refs:selStart (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.java8368 final int selStart = startIndex; in testSmartSelection_resetSelection() local
8370 PollingCheck.waitFor(() -> mTextView.getSelectionStart() == selStart in testSmartSelection_resetSelection()
/cts/tests/inputmethod/src/android/view/inputmethod/cts/
DInputMethodServiceTest.java929 public void verifyText(String expectedText, int selStart, int selEnd) throws Exception {
935 && selStart == editText.getSelectionStart()