Home
last modified time | relevance | path

Searched refs:KEY_ALT_RIGHT (Results 1 - 9 of 9) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/event/
H A Dkey_event_recognizer.cpp114 {KeyCode::KEY_ALT_RIGHT, "KEYCODE_ALT_RIGHT"}, in KeyCodeToString()
461 {((int64_t)KeyCode::KEY_ALT_RIGHT << KEY_INTENTION_OFFSET) + (int64_t)KeyCode::KEY_DPAD_LEFT, in keyItemsTransKeyIntention()
463 {((int64_t)KeyCode::KEY_ALT_RIGHT << KEY_INTENTION_OFFSET) + (int64_t)KeyCode::KEY_DPAD_RIGHT, in keyItemsTransKeyIntention()
H A Dkey_event.h104 KEY_ALT_RIGHT = 2046, member in OHOS::OHOS::Ace::KeyCode
/foundation/arkui/ace_engine/interfaces/native/
H A Dnative_xcomponent_key_event.h108 KEY_ALT_RIGHT = 2046, enumerator
/foundation/arkui/ace_engine/frameworks/core/common/
H A Devent_manager.cpp1693 keyCode2.emplace_back(KeyCode::KEY_ALT_RIGHT); in AddKeyboardShortcutSingleKey()
1743 keyCode2.emplace_back(KeyCode::KEY_ALT_RIGHT); in AddKeyboardShortcutDoubleKeysWithCtrlAlt()
1745 keyCode4.emplace_back(KeyCode::KEY_ALT_RIGHT); in AddKeyboardShortcutDoubleKeysWithCtrlAlt()
1770 keyCode2.emplace_back(KeyCode::KEY_ALT_RIGHT); in AddKeyboardShortcutDoubleKeysWithShiftAlt()
1772 keyCode4.emplace_back(KeyCode::KEY_ALT_RIGHT); in AddKeyboardShortcutDoubleKeysWithShiftAlt()
1829 keyCode2.emplace_back(KeyCode::KEY_ALT_RIGHT); in AddKeyboardShortcutTripleKeys()
1831 keyCode4.emplace_back(KeyCode::KEY_ALT_RIGHT); in AddKeyboardShortcutTripleKeys()
1833 keyCode6.emplace_back(KeyCode::KEY_ALT_RIGHT); in AddKeyboardShortcutTripleKeys()
1835 keyCode8.emplace_back(KeyCode::KEY_ALT_RIGHT); in AddKeyboardShortcutTripleKeys()
/foundation/arkui/ace_engine/frameworks/core/common/ime/
H A Dtext_input_client.cpp128 (keyEvent.HasKey(KeyCode::KEY_ALT_LEFT) || keyEvent.HasKey(KeyCode::KEY_ALT_RIGHT) ? KEY_ALT : KEY_NULL) | in HandleKeyEvent()
/foundation/arkui/ace_engine/adapter/preview/external/multimodalinput/
H A Dkey_event.h101 KEY_ALT_RIGHT = 2046, member in OHOS::MMI::KeyCode
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_drag_modifier.cpp34 (std::find(status.begin(), status.end(), OHOS::Ace::KeyCode::KEY_ALT_RIGHT) != std::end(status))) { in CalculateModifierKeyState()
/foundation/arkui/ace_engine/test/unittest/core/event/
H A Devent_manager_test_ng.cpp51 event.pressedCodes = {KeyCode::KEY_ALT_RIGHT}; in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_utils.cpp1813 if (!hasKeyCode(KeyCode::KEY_ALT_LEFT) && !hasKeyCode(KeyCode::KEY_ALT_RIGHT)) { in CheckKeysPressed()

Completed in 18 milliseconds