Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/inputlogic/
DInputLogic.java195 commitTyped(settingsValues, LastComposedWord.NOT_A_SEPARATOR); in onOrientationChange()
522 commitTyped(settingsValues, LastComposedWord.NOT_A_SEPARATOR); in onStartBatchInput()
781 commitTyped(inputTransaction.mSettingsValues, LastComposedWord.NOT_A_SEPARATOR); in handleNonSpecialCharacterEvent()
906 commitTyped(settingsValues, in handleSeparatorEvent()
2067 public void commitTyped(final SettingsValues settingsValues, final String separatorString) { in commitTyped() method in InputLogic
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DLatinIME.java1827 mInputLogic.commitTyped(mSettings.getCurrent(), LastComposedWord.NOT_A_SEPARATOR); in launchSettings()