Searched refs:onEntry (Results 1 – 2 of 2) sorted by relevance
/packages/inputmethods/LeanbackIME/src/com/android/inputmethod/leanback/ |
D | LeanbackKeyboardController.java | 83 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() 399 mInputListener.onEntry(InputListener.ENTRY_TYPE_STRING, code, label); in handleCommitKeyboardKey() 407 mInputListener.onEntry(InputListener.ENTRY_TYPE_STRING, code, label); in handleCommitKeyboardKey() 552 mInputListener.onEntry(InputListener.ENTRY_TYPE_SUGGESTION, 0, in handleKeyUpEvent() [all …]
|
/packages/inputmethods/LeanbackIME/src/com/android/inputmethod/leanback/service/ |
D | LeanbackImeService.java | 64 public void onEntry(int type, int keyCode, CharSequence result) {
|