Searched refs:selStart (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()
8910 final int selStart = startIndex; in testSmartSelection_resetSelection() local8912 PollingCheck.waitFor(() -> mTextView.getSelectionStart() == selStart in testSmartSelection_resetSelection()
35 public int selStart = -1; field in StubImeAccessibilityService93 StubImeAccessibilityService.this.selStart = newSelStart; in onUpdateSelection()
315 assertEquals(targetPos, sStubImeAccessibilityService.selStart); in testSelectionChange_requestIme()339 assertEquals(-1, sStubNonImeAccessibilityService.selStart); in testSelectionChange_notRequestIme()
1457 public void verifyText(String expectedText, int selStart, int selEnd) throws Exception {1463 && selStart == editText.getSelectionStart()