Searched refs:selEnd (Results 1 – 5 of 5) sorted by relevance
101 public void onSelectionChanged(int selStart, int selEnd) { in onSelectionChanged() argument102 super.onSelectionChanged(selStart, selEnd); in onSelectionChanged()
8911 final int selEnd = endIndex; in testSmartSelection_resetSelection() local8913 && mTextView.getSelectionEnd() == selEnd); in testSmartSelection_resetSelection()
36 public int selEnd = -1; field in StubImeAccessibilityService94 StubImeAccessibilityService.this.selEnd = newSelEnd; in onUpdateSelection()
316 assertEquals(targetPos, sStubImeAccessibilityService.selEnd); in testSelectionChange_requestIme()340 assertEquals(-1, sStubNonImeAccessibilityService.selEnd); in testSelectionChange_notRequestIme()
1457 public void verifyText(String expectedText, int selStart, int selEnd) throws Exception {1464 && selEnd == editText.getSelectionEnd(), mTimeout);