Home | History | Annotate | Download | only in inputlogic

Lines Matching refs:selectionEnd

1396         final int selectionEnd = mConnection.getExpectedSelectionEnd();
1397 final int numCharsSelected = selectionEnd - selectionStart;
1405 || !mRecapitalizeStatus.isSetAt(selectionStart, selectionEnd)) {
1409 mRecapitalizeStatus.start(selectionStart, selectionEnd, selectedText.toString(),
1417 mConnection.setSelection(selectionEnd, selectionEnd);