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

/packages/services/Car/car-support-lib/src/android/support/car/input/
H A DCarRestrictedEditText.java113 public boolean sendKeyEvent(android.view.KeyEvent event) {
130 return super.sendKeyEvent(event);
/packages/apps/Terminal/src/com/android/terminal/
H A DTerminalView.java325 return this.sendKeyEvent(k);
329 this.sendKeyEvent(k);
333 this.sendKeyEvent(k);
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
H A DAddAccessoryActivity.java144 activity.sendKeyEvent(KeyEvent.KEYCODE_DPAD_CENTER, true);
150 activity.sendKeyEvent(KeyEvent.KEYCODE_DPAD_CENTER, false);
353 private void sendKeyEvent(int keyCode, boolean down) { method in class:AddAccessoryActivity
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
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 DDefaultSoftKeyboard.java323 connection.sendKeyEvent(new KeyEvent(KeyEvent.ACTION_DOWN, KeyEvent.KEYCODE_DEL));
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));
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DRichInputConnection.java510 public void sendKeyEvent(final KeyEvent keyEvent) { method in class:RichInputConnection
558 mIC.sendKeyEvent(keyEvent);
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/inputlogic/
H A DInputLogic.java1974 mConnection.sendKeyEvent(new KeyEvent(eventTime, eventTime,
1977 mConnection.sendKeyEvent(new KeyEvent(SystemClock.uptimeMillis(), eventTime,

Completed in 217 milliseconds