Searched refs:getExpectedSelectionEnd (Results 1 – 2 of 2) sorted by relevance
510 mConnection.getExpectedSelectionEnd(), true /* clearSuggestionStrip */); in onStartBatchInput()779 mConnection.getExpectedSelectionEnd(), true /* clearSuggestionStrip */); in handleNonSpecialCharacterEvent()821 mConnection.getExpectedSelectionEnd(), true /* clearSuggestionStrip */); in handleNonSeparatorEvent()896 mConnection.getExpectedSelectionEnd(), true /* clearSuggestionStrip */); in handleSeparatorEvent()1014 mConnection.getExpectedSelectionEnd(), true /* clearSuggestionStrip */); in handleBackspaceEvent()1104 final int numCharsDeleted = mConnection.getExpectedSelectionEnd() in handleBackspaceEvent()1106 mConnection.setSelection(mConnection.getExpectedSelectionEnd(), in handleBackspaceEvent()1107 mConnection.getExpectedSelectionEnd()); in handleBackspaceEvent()1115 == mConnection.getExpectedSelectionEnd()) { in handleBackspaceEvent()1396 final int selectionEnd = mConnection.getExpectedSelectionEnd(); in performRecapitalization()[all …]
977 public int getExpectedSelectionEnd() { in getExpectedSelectionEnd() method in RichInputConnection