Home
last modified time | relevance | path

Searched defs:sendKeyEvent (Results 1 – 4 of 4) sorted by relevance

/third_party/flutter/engine/flutter/shell/platform/android/io/flutter/plugin/editing/
DInputConnectionAdaptor.java154 public boolean sendKeyEvent(KeyEvent event) { in sendKeyEvent() method in InputConnectionAdaptor
/third_party/gstreamer/gstplugins_good/sys/osxvideo/
Dcocoawindow.m775 - (void)sendKeyEvent:(NSEvent *)event : (const char *)event_name function
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_inputmethodengine.js207 sendKeyEvent: function (...args) { method
/third_party/flutter/skia/third_party/externals/sdl/android-project/src/org/libsdl/app/
DSDLActivity.java1501 public boolean sendKeyEvent(KeyEvent event) { in sendKeyEvent() method in SDLInputConnection