Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/inputlogic/
DInputLogic.java242 commitCurrentAutoCorrection(settingsValues, rawText, handler); in onTextInput()
519 commitCurrentAutoCorrection(settingsValues, LastComposedWord.NOT_A_SEPARATOR, in onStartBatchInput()
903 commitCurrentAutoCorrection(settingsValues, separator, handler); in handleSeparatorEvent()
2094 private void commitCurrentAutoCorrection(final SettingsValues settingsValues, in commitCurrentAutoCorrection() method in InputLogic