Home
last modified time | relevance | path

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

/aosp12/packages/inputmethods/LeanbackIME/src/com/android/inputmethod/leanback/
H A DLeanbackKeyboardController.java83 public void onEntry(int type, int keyCode, CharSequence result); in onEntry() method
345 mInputListener.onEntry(InputListener.ENTRY_TYPE_ACTION, 0, null); in commitKey()
348 mInputListener.onEntry(InputListener.ENTRY_TYPE_SUGGESTION, 0, in commitKey()
386 mInputListener.onEntry(InputListener.ENTRY_TYPE_LEFT, 0, null); in handleCommitKeyboardKey()
389 mInputListener.onEntry(InputListener.ENTRY_TYPE_RIGHT, 0, null); in handleCommitKeyboardKey()
392 mInputListener.onEntry(InputListener.ENTRY_TYPE_BACKSPACE, 0, null); in handleCommitKeyboardKey()
395 mInputListener.onEntry(InputListener.ENTRY_TYPE_STRING, code, " "); in handleCommitKeyboardKey()
556 mInputListener.onEntry(InputListener.ENTRY_TYPE_DISMISS, 0, null); in handleKeyUpEvent()
573 mInputListener.onEntry(InputListener.ENTRY_TYPE_VOICE, 0, result); in onVoiceResult()
579 mInputListener.onEntry(InputListener.ENTRY_TYPE_VOICE_DISMISS, 0, null); in onDismiss()
[all …]
/aosp12/packages/inputmethods/LeanbackIME/src/com/android/inputmethod/leanback/service/
H A DLeanbackImeService.java64 public void onEntry(int type, int keyCode, CharSequence result) {