Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DLastComposedWord.java47 public static final String NOT_A_SEPARATOR = ""; field in LastComposedWord
62 NOT_A_SEPARATOR, null, WordComposer.CAPS_MODE_OFF);
DLatinIME.java1748 mInputLogic.commitTyped(mSettings.getCurrent(), LastComposedWord.NOT_A_SEPARATOR); in launchSettings()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/inputlogic/
DInputLogic.java195 commitTyped(settingsValues, LastComposedWord.NOT_A_SEPARATOR); in onOrientationChange()
323 LastComposedWord.NOT_A_SEPARATOR); in onPickSuggestionManually()
519 commitCurrentAutoCorrection(settingsValues, LastComposedWord.NOT_A_SEPARATOR, in onStartBatchInput()
522 commitTyped(settingsValues, LastComposedWord.NOT_A_SEPARATOR); in onStartBatchInput()
781 commitTyped(inputTransaction.mSettingsValues, LastComposedWord.NOT_A_SEPARATOR); in handleNonSpecialCharacterEvent()
901 final String separator = shouldAvoidSendingCode ? LastComposedWord.NOT_A_SEPARATOR in handleSeparatorEvent()