Home
last modified time | relevance | path

Searched refs:KEYCODE_ALT_RIGHT (Results 1 - 15 of 15) sorted by relevance

/foundation/multimodalinput/input/interfaces/kits/c/input/
H A Doh_key_code.h161 KEYCODE_ALT_RIGHT = 2046, enumerator
/foundation/multimodalinput/input/service/event_handler/src/
H A Dkey_event_value_transformation.cpp484 {((int64_t)KeyEvent::KEYCODE_ALT_RIGHT << 16) + KeyEvent::KEYCODE_DPAD_LEFT, KeyEvent::INTENTION_BACK},
485 {((int64_t)KeyEvent::KEYCODE_ALT_RIGHT << 16) + KeyEvent::KEYCODE_DPAD_RIGHT, KeyEvent::INTENTION_FORWARD},
/foundation/multimodalinput/input/test/unittest/interfaces/kits/
H A Dinput_native_hotkey_test.cpp557 int32_t prekeys[2] = { KEYCODE_ALT_LEFT, KEYCODE_ALT_RIGHT }; in HWTEST_F()
568 EXPECT_EQ(press1, KEYCODE_ALT_RIGHT); in HWTEST_F()
/foundation/multimodalinput/input/util/napi/src/
H A Dkey_event_napi.cpp132 || HasKeyCode(pressedKeys, KeyEvent::KEYCODE_ALT_RIGHT); in WriteKeyStatusToJs()
/foundation/multimodalinput/input/frameworks/napi/input_consumer/src/
H A Djs_register_module.cpp46 KeyEvent::KEYCODE_ALT_RIGHT,
54 KeyEvent::KEYCODE_ALT_RIGHT,
/foundation/multimodalinput/input/service/event_handler/test/
H A Dkey_event_value_transformation_test.cpp195 item[0].SetKeyCode(KeyEvent::KEYCODE_ALT_RIGHT); in HWTEST_F()
235 item[0].SetKeyCode(KeyEvent::KEYCODE_ALT_RIGHT); in HWTEST_F()
/foundation/multimodalinput/input/service/subscriber/src/
H A Dkey_shortcut_manager.cpp43 { KeyEvent::KEYCODE_ALT_RIGHT, SHORTCUT_MODIFIER_ALT }, member in OHOS::MMI::KeyEvent
769 KeyEvent::KEYCODE_ALT_RIGHT,
/foundation/multimodalinput/input/interfaces/native/innerkits/event/include/
H A Dkey_event.h596 static const int32_t KEYCODE_ALT_RIGHT; member in OHOS::MMI::KeyEvent
/foundation/multimodalinput/input/frameworks/native/input/
H A Doh_input_manager.cpp136 KEYCODE_ALT_RIGHT, KEYCODE_SHIFT_LEFT, KEYCODE_SHIFT_RIGHT, KEYCODE_TAB, KEYCODE_ENTER, KEYCODE_DEL, KEYCODE_MENU,
145 OHOS::MMI::KeyEvent::KEYCODE_ALT_RIGHT,
153 OHOS::MMI::KeyEvent::KEYCODE_ALT_RIGHT,
/foundation/multimodalinput/input/frameworks/napi/key_code/src/
H A Djs_key_code.cpp117 DECLARE_NAPI_STATIC_PROPERTY("KEYCODE_ALT_RIGHT", GetNapiInt32(env, KeyEvent::KEYCODE_ALT_RIGHT)), in Export()
/foundation/multimodalinput/input/frameworks/proxy/events/include/
H A Devent_log_helper.h53 KeyEvent::KEYCODE_FN, KeyEvent::KEYCODE_ALT_LEFT, KeyEvent::KEYCODE_ALT_RIGHT,
/foundation/multimodalinput/input/frameworks/proxy/events/src/
H A Dkey_event.cpp102 {KeyEvent::KEYCODE_ALT_RIGHT, "KEYCODE_ALT_RIGHT"},
499 const int32_t KeyEvent::KEYCODE_ALT_RIGHT = 2046; member in OHOS::MMI::KeyEvent
/foundation/multimodalinput/input/frameworks/napi/input_monitor/src/
H A Djs_input_monitor.cpp1200 || HasKeyCode(pressedKeys, KeyEvent::KEYCODE_ALT_RIGHT); in GetPressedKey()
/foundation/barrierfree/accessibility/interfaces/kits/napi/src/
H A Dnapi_accessibility_utils.cpp1546 || HasKeyCode(pressedKeys, OHOS::MMI::KeyEvent::KEYCODE_ALT_RIGHT); in SetKeyPropertyPart1()
/foundation/multimodalinput/input/service/module_loader/src/
H A Dmmi_service.cpp126 KeyEvent::KEYCODE_DPAD_RIGHT, KeyEvent::KEYCODE_ALT_LEFT, KeyEvent::KEYCODE_ALT_RIGHT,

Completed in 30 milliseconds