Searched refs:sendKeyEvent (Results 1 - 6 of 6) sorted by path

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
H A DAddAccessoryActivity.java157 sendKeyEvent(KeyEvent.KEYCODE_DPAD_CENTER, true);
163 sendKeyEvent(KeyEvent.KEYCODE_DPAD_CENTER, false);
395 private void sendKeyEvent(int keyCode, boolean down) { method in class:AddAccessoryActivity
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DRichInputConnection.java450 public void sendKeyEvent(final KeyEvent keyEvent) { method in class:RichInputConnection
498 mIC.sendKeyEvent(keyEvent);
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/inputlogic/
H A DInputLogic.java1900 mConnection.sendKeyEvent(new KeyEvent(eventTime, eventTime,
1903 mConnection.sendKeyEvent(new KeyEvent(SystemClock.uptimeMillis(), eventTime,
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
H A DDefaultSoftKeyboard.java323 connection.sendKeyEvent(new KeyEvent(KeyEvent.ACTION_DOWN, KeyEvent.KEYCODE_DEL));
H A DOpenWnnEN.java474 mInputConnection.sendKeyEvent(keyEvent);
475 mInputConnection.sendKeyEvent(new KeyEvent(KeyEvent.ACTION_UP,
542 mInputConnection.sendKeyEvent(keyEvent);
543 mInputConnection.sendKeyEvent(new KeyEvent(KeyEvent.ACTION_UP, code));
H A DOpenWnnJAJP.java820 mInputConnection.sendKeyEvent(keyEvent);
821 mInputConnection.sendKeyEvent(new KeyEvent(KeyEvent.ACTION_UP,
1078 mInputConnection.sendKeyEvent(keyEvent);
1079 mInputConnection.sendKeyEvent(new KeyEvent(KeyEvent.ACTION_UP, code));

Completed in 215 milliseconds