Searched refs:KEY_V (Results 1 - 7 of 7) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/common/ime/ |
H A D | text_input_client.cpp | 39 { KeyComb(KeyCode::KEY_V, KEY_META), &tic::HandleOnPaste }, 48 { KeyComb(KeyCode::KEY_V, KEY_CTRL), &tic::HandleOnPaste }, 122 bool vFlag = keyEvent.HasKey(KeyCode::KEY_V); in HandleKeyEvent()
|
/foundation/arkui/ace_engine/frameworks/component_test/core/ |
H A D | action.h | 76 { true, OHOS::MMI::KeyCode::KEY_T }, { true, OHOS::MMI::KeyCode::KEY_U }, { true, OHOS::MMI::KeyCode::KEY_V }, 88 { false, OHOS::MMI::KeyCode::KEY_U }, { false, OHOS::MMI::KeyCode::KEY_V }, { false, OHOS::MMI::KeyCode::KEY_W },
|
/foundation/arkui/ace_engine/interfaces/native/ |
H A D | native_xcomponent_key_event.h | 100 KEY_V = 2038, enumerator
|
/foundation/arkui/ace_engine/adapter/preview/external/multimodalinput/ |
H A D | key_event.h | 93 KEY_V = 2038, member in OHOS::MMI::KeyCode
|
/foundation/arkui/ace_engine/frameworks/core/event/ |
H A D | key_event.h | 96 KEY_V = 2038, member in OHOS::OHOS::Ace::KeyCode
|
H A D | key_event_recognizer.cpp | 106 {KeyCode::KEY_V, "KEYCODE_V"}, in KeyCodeToString()
|
/foundation/arkui/ace_engine/frameworks/core/components/text_field/ |
H A D | render_text_field.cpp | 2646 } else if (event.IsKey({ KEY_META_OR_CTRL_LEFT, KeyCode::KEY_V }) || in HandleKeyEvent() 2647 event.IsKey({ KEY_META_OR_CTRL_RIGHT, KeyCode::KEY_V })) { in HandleKeyEvent()
|
Completed in 11 milliseconds