/third_party/flutter/skia/third_party/externals/sdl/android-project/src/org/libsdl/app/ |
D | SDLActivity.java | 279 public boolean dispatchKeyEvent(KeyEvent event) { in dispatchKeyEvent() 287 if (keyCode == KeyEvent.KEYCODE_VOLUME_DOWN || in dispatchKeyEvent() 288 keyCode == KeyEvent.KEYCODE_VOLUME_UP || in dispatchKeyEvent() 289 keyCode == KeyEvent.KEYCODE_CAMERA || in dispatchKeyEvent() 961 mapping.put(KeyEvent.KEYCODE_ENTER, button); in onCreateDialog() 1005 public boolean onKey(DialogInterface d, int keyCode, KeyEvent event) { in onCreateDialog() 1008 if (event.getAction() == KeyEvent.ACTION_UP) { in onCreateDialog() 1239 public boolean onKey(View v, int keyCode, KeyEvent event) { in onKey() 1249 if (event.getAction() == KeyEvent.ACTION_DOWN) { in onKey() 1253 } else if (event.getAction() == KeyEvent.ACTION_UP) { in onKey() [all …]
|
/third_party/skia/third_party/externals/imgui/examples/example_android_opengl3/android/app/src/main/java/ |
D | MainActivity.kt | 7 import android.view.KeyEvent 30 override fun dispatchKeyEvent(event: KeyEvent): Boolean { in dispatchKeyEvent() 31 if (event.action == KeyEvent.ACTION_DOWN) { in dispatchKeyEvent()
|
/third_party/flutter/engine/flutter/shell/platform/android/io/flutter/plugin/editing/ |
D | InputConnectionAdaptor.java | 14 import android.view.KeyEvent; 154 public boolean sendKeyEvent(KeyEvent event) { in sendKeyEvent() 155 if (event.getAction() == KeyEvent.ACTION_DOWN) { in sendKeyEvent() 156 if (event.getKeyCode() == KeyEvent.KEYCODE_DEL) { in sendKeyEvent() 196 } else if (event.getKeyCode() == KeyEvent.KEYCODE_DPAD_LEFT) { in sendKeyEvent() 201 } else if (event.getKeyCode() == KeyEvent.KEYCODE_DPAD_RIGHT) { in sendKeyEvent()
|
/third_party/flutter/engine/flutter/shell/platform/android/io/flutter/embedding/android/ |
D | AndroidKeyProcessor.java | 10 import android.view.KeyEvent; 27 public void onKeyUp(@NonNull KeyEvent keyEvent) { in onKeyUp() 34 public void onKeyDown(@NonNull KeyEvent keyEvent) { in onKeyDown()
|
D | FlutterView.java | 21 import android.view.KeyEvent; 432 public boolean onKeyUp(int keyCode, @NonNull KeyEvent event) { in onKeyUp() 455 public boolean onKeyDown(int keyCode, @NonNull KeyEvent event) { in onKeyDown()
|
/third_party/python/PC/ |
D | _testconsole.c | 65 prec->Event.KeyEvent.bKeyDown = TRUE; in _testconsole_write_input_impl() 66 prec->Event.KeyEvent.wRepeatCount = 1; in _testconsole_write_input_impl() 67 prec->Event.KeyEvent.uChar.UnicodeChar = *p; in _testconsole_write_input_impl()
|
/third_party/cef/libcef/browser/ |
D | browser_util.h | 16 class KeyEvent; variable 26 bool GetCefKeyEvent(const ui::KeyEvent& event, CefKeyEvent& cef_event);
|
D | browser_util.cc | 51 bool GetCefKeyEvent(const ui::KeyEvent& event, CefKeyEvent& cef_event) { in GetCefKeyEvent()
|
/third_party/flutter/skia/third_party/externals/angle2/util/ |
D | Event.h | 28 struct KeyEvent struct 80 KeyEvent Key; // Key event parameters
|
/third_party/skia/third_party/externals/angle2/util/ |
D | Event.h | 28 struct KeyEvent struct 80 KeyEvent Key; // Key event parameters
|
/third_party/flutter/engine/flutter/shell/platform/android/io/flutter/embedding/engine/systemchannels/ |
D | KeyEventChannel.java | 11 import android.view.KeyEvent; 83 @NonNull KeyEvent androidKeyEvent in FlutterKeyEvent() 89 @NonNull KeyEvent androidKeyEvent, in FlutterKeyEvent()
|
/third_party/skia/third_party/externals/angle2/samples/sample_util/ |
D | SampleApplication.h | 51 virtual void onKeyUp(const Event::KeyEvent &keyEvent); 52 virtual void onKeyDown(const Event::KeyEvent &keyEvent);
|
D | SampleApplication.cpp | 301 void SampleApplication::onKeyUp(const Event::KeyEvent &keyEvent) in onKeyUp() 306 void SampleApplication::onKeyDown(const Event::KeyEvent &keyEvent) in onKeyDown()
|
/third_party/libuv/test/ |
D | test-tty.c | 208 record.Event.KeyEvent.bKeyDown = TRUE; in TEST_IMPL() 209 record.Event.KeyEvent.wRepeatCount = 1; in TEST_IMPL() 210 record.Event.KeyEvent.wVirtualKeyCode = VK_SPACE; in TEST_IMPL() 211 record.Event.KeyEvent.wVirtualScanCode = MapVirtualKeyW(VK_SPACE, MAPVK_VK_TO_VSC); in TEST_IMPL() 212 record.Event.KeyEvent.uChar.UnicodeChar = L' '; in TEST_IMPL() 213 record.Event.KeyEvent.dwControlKeyState = 0; in TEST_IMPL()
|
D | test-tty-duplicate-key.c | 82 # define KEV(I) records[(I)].Event.KeyEvent in make_key_event_records() 295 alt_records[1].Event.KeyEvent.uChar.UnicodeChar = EUR_UNICODE; in TEST_IMPL()
|
/third_party/chromium/patch/ |
D | Release-730.patch | 1247 - {OHOS::MMI::KeyEvent::KEYCODE_0, ui::VKEY_0}, 1248 - {OHOS::MMI::KeyEvent::KEYCODE_1, ui::VKEY_1}, 1249 - {OHOS::MMI::KeyEvent::KEYCODE_2, ui::VKEY_2}, 1250 - {OHOS::MMI::KeyEvent::KEYCODE_3, ui::VKEY_3}, 1251 - {OHOS::MMI::KeyEvent::KEYCODE_4, ui::VKEY_4}, 1252 - {OHOS::MMI::KeyEvent::KEYCODE_5, ui::VKEY_5}, 1253 - {OHOS::MMI::KeyEvent::KEYCODE_6, ui::VKEY_6}, 1254 - {OHOS::MMI::KeyEvent::KEYCODE_7, ui::VKEY_7}, 1255 - {OHOS::MMI::KeyEvent::KEYCODE_8, ui::VKEY_8}, 1256 - {OHOS::MMI::KeyEvent::KEYCODE_9, ui::VKEY_9}, [all …]
|
/third_party/cef/libcef/browser/native/ |
D | browser_platform_delegate_native_linux.cc | 275 ui::KeyEvent CefBrowserPlatformDelegateNativeLinux::TranslateUiKeyEvent( in TranslateUiKeyEvent() 288 return ui::KeyEvent(character, key_code, dom_code, flags, time_stamp); in TranslateUiKeyEvent() 305 return ui::KeyEvent(type, key_code, dom_code, flags, dom_key, time_stamp); in TranslateUiKeyEvent() 311 ui::KeyEvent ui_event = TranslateUiKeyEvent(key_event); in TranslateWebKeyEvent()
|
D | browser_platform_delegate_native_linux.h | 41 ui::KeyEvent TranslateUiKeyEvent(const CefKeyEvent& key_event) const override;
|
D | browser_platform_delegate_native_win.h | 42 ui::KeyEvent TranslateUiKeyEvent(const CefKeyEvent& key_event) const override;
|
D | browser_platform_delegate_native_aura.h | 55 virtual ui::KeyEvent TranslateUiKeyEvent(
|
/third_party/flutter/skia/platform_tools/android/apps/viewer/src/main/java/org/skia/viewer/ |
D | ViewerActivity.java | 15 import android.view.KeyEvent; 61 onKeyPressed(mApplication.getNativeHandle(), KeyEvent.KEYCODE_SOFT_LEFT); in onOptionsItemSelected() 64 onKeyPressed(mApplication.getNativeHandle(), KeyEvent.KEYCODE_SOFT_RIGHT); in onOptionsItemSelected()
|
/third_party/skia/platform_tools/android/apps/viewer/src/main/java/org/skia/viewer/ |
D | ViewerActivity.java | 15 import android.view.KeyEvent; 61 onKeyPressed(mApplication.getNativeHandle(), KeyEvent.KEYCODE_SOFT_LEFT); in onOptionsItemSelected() 64 onKeyPressed(mApplication.getNativeHandle(), KeyEvent.KEYCODE_SOFT_RIGHT); in onOptionsItemSelected()
|
/third_party/cef/libcef/browser/views/ |
D | textfield_view.cc | 22 const ui::KeyEvent& key_event) { in HandleKeyEvent()
|
D | textfield_view.h | 38 const ui::KeyEvent& key_event) override;
|
/third_party/flutter/flutter/packages/flutter/lib/src/services/ |
D | raw_keyboard_android.dart | 19 /// `KeyEvent` interface. 49 /// See <https://developer.android.com/reference/android/view/KeyEvent.html#getFlags()> 59 /// See <https://developer.android.com/reference/android/view/KeyEvent.html#getUnicodeChar()> 70 /// This is the result of calling KeyEvent.getUnicodeChar(0) on Android. 72 /// See <https://developer.android.com/reference/android/view/KeyEvent.html#getUnicodeChar(int)> 81 /// See <https://developer.android.com/reference/android/view/KeyEvent.html#getKeyCode()> 90 /// See <https://developer.android.com/reference/android/view/KeyEvent.html#getScanCode()> 96 /// See <https://developer.android.com/reference/android/view/KeyEvent.html#getMetaState()> 113 /// See <https://developer.android.com/reference/android/view/KeyEvent.html#getSource()>
|