Home
last modified time | relevance | path

Searched refs:KEY_V (Results 1 - 7 of 7) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/common/ime/
H A Dtext_input_client.cpp39 { 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 Daction.h76 { 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 Dnative_xcomponent_key_event.h100 KEY_V = 2038, enumerator
/foundation/arkui/ace_engine/adapter/preview/external/multimodalinput/
H A Dkey_event.h93 KEY_V = 2038, member in OHOS::MMI::KeyCode
/foundation/arkui/ace_engine/frameworks/core/event/
H A Dkey_event.h96 KEY_V = 2038, member in OHOS::OHOS::Ace::KeyCode
H A Dkey_event_recognizer.cpp106 {KeyCode::KEY_V, "KEYCODE_V"}, in KeyCodeToString()
/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Drender_text_field.cpp2646 } 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 12 milliseconds