Home
last modified time | relevance | path

Searched refs:sendKeyEvent (Results 1 – 8 of 8) sorted by relevance

/packages/services/Car/car-support-lib/src/android/support/car/input/
DCarRestrictedEditText.java112 public boolean sendKeyEvent(android.view.KeyEvent event) { in onCreateInputConnection()
129 return super.sendKeyEvent(event); in onCreateInputConnection()
/packages/apps/Terminal/src/com/android/terminal/
DTerminalView.java325 return this.sendKeyEvent(k); in onCreateInputConnection()
329 this.sendKeyEvent(k); in onCreateInputConnection()
333 this.sendKeyEvent(k); in onCreateInputConnection()
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
DOpenWnnEN.java474 mInputConnection.sendKeyEvent(keyEvent); in onEvent()
475 mInputConnection.sendKeyEvent(new KeyEvent(KeyEvent.ACTION_UP, in onEvent()
542 mInputConnection.sendKeyEvent(keyEvent); in onEvent()
543 mInputConnection.sendKeyEvent(new KeyEvent(KeyEvent.ACTION_UP, code)); in onEvent()
DOpenWnnJAJP.java820 mInputConnection.sendKeyEvent(keyEvent); in onEvent()
821 mInputConnection.sendKeyEvent(new KeyEvent(KeyEvent.ACTION_UP, in onEvent()
1078 mInputConnection.sendKeyEvent(keyEvent); in onEvent()
1079 mInputConnection.sendKeyEvent(new KeyEvent(KeyEvent.ACTION_UP, code)); in onEvent()
DDefaultSoftKeyboard.java323 … connection.sendKeyEvent(new KeyEvent(KeyEvent.ACTION_DOWN, KeyEvent.KEYCODE_DEL));
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
DAddAccessoryActivity.java185 activity.sendKeyEvent(KeyEvent.KEYCODE_DPAD_CENTER, true); in handleMessage()
191 activity.sendKeyEvent(KeyEvent.KEYCODE_DPAD_CENTER, false); in handleMessage()
456 private void sendKeyEvent(int keyCode, boolean down) { in sendKeyEvent() method in AddAccessoryActivity
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DRichInputConnection.java510 public void sendKeyEvent(final KeyEvent keyEvent) { in sendKeyEvent() method in RichInputConnection
558 mIC.sendKeyEvent(keyEvent); in sendKeyEvent()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/inputlogic/
DInputLogic.java1974 mConnection.sendKeyEvent(new KeyEvent(eventTime, eventTime, in sendDownUpKeyEvent()
1977 mConnection.sendKeyEvent(new KeyEvent(SystemClock.uptimeMillis(), eventTime, in sendDownUpKeyEvent()