HomeSort by relevance Sort by last modified time
    Searched refs:injectKeyEvent (Results 1 - 10 of 10) sorted by null

  /cts/apps/CtsVerifier/src/com/android/cts/verifier/projection/
ProjectedPresentation.java 46 public void injectKeyEvent(KeyEvent event) {
ProjectionService.java 133 mPresentation.injectKeyEvent(event);
  /frameworks/base/cmds/input/src/com/android/commands/input/
Input.java 178 injectKeyEvent(e);
184 injectKeyEvent(new KeyEvent(now, now, KeyEvent.ACTION_DOWN, keyCode, 0, 0,
187 injectKeyEvent(new KeyEvent(now, now, KeyEvent.ACTION_DOWN, keyCode, 1, 0,
191 injectKeyEvent(new KeyEvent(now, now, KeyEvent.ACTION_UP, keyCode, 0, 0,
231 private void injectKeyEvent(KeyEvent event) {
232 Log.i(TAG, "injectKeyEvent: " + event);
  /frameworks/base/services/core/java/com/android/server/hdmi/
HdmiCecLocalDevice.java 454 injectKeyEvent(downTime, KeyEvent.ACTION_UP, mLastKeycode, 0);
461 injectKeyEvent(downTime, KeyEvent.ACTION_DOWN, keycode, keyRepeatCount);
476 injectKeyEvent(upTime, KeyEvent.ACTION_UP, mLastKeycode, 0);
483 static void injectKeyEvent(long time, int action, int keycode, int repeat) {
    [all...]
  /external/chromium_org/remoting/webapp/browser_test/
mock_client_plugin.js 74 remoting.MockClientPlugin.prototype.injectKeyEvent =
  /external/chromium_org/remoting/webapp/
client_plugin.js 76 remoting.ClientPlugin.prototype.injectKeyEvent =
275 INJECT_KEY_EVENT: 'injectKeyEvent',
client_plugin_impl.js 379 this.pluginApiFeatures_ = ['highQualityScaling', 'injectKeyEvent'];
589 * @return {boolean} True if the plugin supports the injectKeyEvent API.
668 remoting.ClientPluginImpl.prototype.injectKeyEvent =
671 { method: 'injectKeyEvent', data: {
client_session.js 494 // Show the Send Keys menu only if the plugin has the injectKeyEvent feature,
666 this.plugin_.injectKeyEvent(keys[i], true);
669 this.plugin_.injectKeyEvent(keys[i], false);
    [all...]
  /cts/tests/tests/view/src/android/view/cts/
WindowTest.java 725 injectKeyEvent(presentationWindow, KeyEvent.KEYCODE_TAB);
727 injectKeyEvent(presentationWindow, KeyEvent.KEYCODE_TAB);
770 private void injectKeyEvent(Window window, int keyCode)
    [all...]
  /prebuilts/misc/common/android-support-test/
espresso-core.jar 

Completed in 194 milliseconds