Searched refs:getExpectedSelectionStart (Results 1 – 2 of 2) sorted by relevance
509 resetEntireInputState(mConnection.getExpectedSelectionStart(), in onStartBatchInput()778 resetEntireInputState(mConnection.getExpectedSelectionStart(), in handleNonSpecialCharacterEvent()820 resetEntireInputState(mConnection.getExpectedSelectionStart(), in handleNonSeparatorEvent()895 resetEntireInputState(mConnection.getExpectedSelectionStart(), in handleSeparatorEvent()1003 event.isKeyRepeat() && mConnection.getExpectedSelectionStart() > 0 in handleBackspaceEvent()1013 resetEntireInputState(mConnection.getExpectedSelectionStart(), in handleBackspaceEvent()1105 - mConnection.getExpectedSelectionStart(); in handleBackspaceEvent()1395 final int selectionStart = mConnection.getExpectedSelectionStart(); in performRecapitalization()1534 || mConnection.getExpectedSelectionStart() < 0) { in restartSuggestionsOnWordTouchedByCursor()1538 final int expectedCursorPosition = mConnection.getExpectedSelectionStart(); in restartSuggestionsOnWordTouchedByCursor()[all …]
973 public int getExpectedSelectionStart() { in getExpectedSelectionStart() method in RichInputConnection