Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/inputlogic/
DInputLogic.java235 final int keyboardShiftMode, final LatinIME.UIHandler handler) { in onTextInput()
275 final int currentKeyboardScriptId, final LatinIME.UIHandler handler) { in onPickSuggestionManually()
439 final int currentKeyboardScriptId, final LatinIME.UIHandler handler) { in onCodeInput()
494 final KeyboardSwitcher keyboardSwitcher, final LatinIME.UIHandler handler) { in onStartBatchInput()
570 public void onCancelBatchInput(final LatinIME.UIHandler handler) { in onCancelBatchInput()
645 final int currentKeyboardScriptId, final LatinIME.UIHandler handler) { in handleFunctionalEvent()
719 final LatinIME.UIHandler handler) { in handleNonFunctionalEvent()
764 final LatinIME.UIHandler handler) { in handleNonSpecialCharacterEvent()
881 final LatinIME.UIHandler handler) { in handleSeparatorEvent()
2095 final String separator, final LatinIME.UIHandler handler) { in commitCurrentAutoCorrection()
[all …]
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DLatinIME.java201 public final UIHandler mHandler = new UIHandler(this);
203 public static final class UIHandler extends LeakGuardHandlerWrapper<LatinIME> { class in LatinIME
228 public UIHandler(@Nonnull final LatinIME ownerInstance) { in UIHandler() method in LatinIME.UIHandler