Searched refs:currentKeyboardScriptId (Results 1 – 1 of 1) sorted by relevance
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/inputlogic/ |
D | InputLogic.java | 275 final int currentKeyboardScriptId, final LatinIME.UIHandler handler) { in onPickSuggestionManually() argument 287 currentKeyboardScriptId, handler); in onPickSuggestionManually() 439 final int currentKeyboardScriptId, final LatinIME.UIHandler handler) { in onCodeInput() argument 467 handleFunctionalEvent(currentEvent, inputTransaction, currentKeyboardScriptId, in onCodeInput() 480 settingsValues, currentKeyboardScriptId); in onCodeInput() 645 final int currentKeyboardScriptId, final LatinIME.UIHandler handler) { in handleFunctionalEvent() argument 648 handleBackspaceEvent(event, inputTransaction, currentKeyboardScriptId); in handleFunctionalEvent() 991 final int currentKeyboardScriptId) { in handleBackspaceEvent() argument 1055 false /* forStartInput */, currentKeyboardScriptId); in handleBackspaceEvent() 1134 inputTransaction.mSettingsValues, currentKeyboardScriptId); in handleBackspaceEvent() [all …]
|