Home
last modified time | relevance | path

Searched refs:resetEntireInputState (Results 1 – 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/inputlogic/
DInputLogic.java396 resetEntireInputState(newSelStart, newSelEnd, false /* clearSuggestionStrip */); in onUpdateSelection()
509 resetEntireInputState(mConnection.getExpectedSelectionStart(), in onStartBatchInput()
778 resetEntireInputState(mConnection.getExpectedSelectionStart(), in handleNonSpecialCharacterEvent()
820 resetEntireInputState(mConnection.getExpectedSelectionStart(), in handleNonSeparatorEvent()
895 resetEntireInputState(mConnection.getExpectedSelectionStart(), in handleSeparatorEvent()
1013 resetEntireInputState(mConnection.getExpectedSelectionStart(), in handleBackspaceEvent()
1881 private void resetEntireInputState(final int newSelStart, final int newSelEnd, in resetEntireInputState() method in InputLogic