Searched refs:KEYCODE_NUMPAD_SUBTRACT (Results 1 - 10 of 10) sorted by relevance
/foundation/multimodalinput/input/interfaces/kits/c/input/ |
H A D | oh_key_code.h | 299 KEYCODE_NUMPAD_SUBTRACT = 2115, enumerator
|
/foundation/barrierfree/accessibility/services/test/mock/multimodalinput/src/ |
H A D | mock_key_event.cpp | 44 const int32_t KeyEvent::KEYCODE_NUMPAD_SUBTRACT = 2115; member in OHOS::MMI::KeyEvent
|
/foundation/barrierfree/accessibility/services/aams/src/ |
H A D | accessibility_mouse_key.cpp | 53 MMI::KeyEvent::KEYCODE_NUMPAD_SUBTRACT, MMI::KeyEvent::KEYCODE_NUMPAD_ADD}; 229 } else if (actionKey == MMI::KeyEvent::KEYCODE_NUMPAD_SUBTRACT) { in ExecuteMouseKey()
|
/foundation/multimodalinput/input/service/event_handler/src/ |
H A D | key_event_value_transformation.cpp | 497 {((int64_t)KeyEvent::KEYCODE_CTRL_LEFT << 16) + KeyEvent::KEYCODE_NUMPAD_SUBTRACT, KeyEvent::INTENTION_ZOOM_IN}, 498 {((int64_t)KeyEvent::KEYCODE_CTRL_RIGHT << 16) + KeyEvent::KEYCODE_NUMPAD_SUBTRACT, KeyEvent::INTENTION_ZOOM_IN},
|
/foundation/barrierfree/accessibility/services/aams/test/unittest/ |
H A D | accessibility_mouse_key_test.cpp | 270 event4->SetKeyCode(MMI::KeyEvent::KEYCODE_NUMPAD_SUBTRACT); in HWTEST_F() 273 item1.SetKeyCode(MMI::KeyEvent::KEYCODE_NUMPAD_SUBTRACT); in HWTEST_F()
|
H A D | accessibility_gesture_recognizer_test.cpp | 258 event4->SetKeyCode(MMI::KeyEvent::KEYCODE_NUMPAD_SUBTRACT); in HWTEST_F() 261 item1.SetKeyCode(MMI::KeyEvent::KEYCODE_NUMPAD_SUBTRACT); in HWTEST_F()
|
/foundation/multimodalinput/input/service/event_handler/test/ |
H A D | key_event_value_transformation_test.cpp | 453 item[1].SetKeyCode(KeyEvent::KEYCODE_NUMPAD_SUBTRACT); in HWTEST_F() 473 item[1].SetKeyCode(KeyEvent::KEYCODE_NUMPAD_SUBTRACT); in HWTEST_F()
|
/foundation/multimodalinput/input/interfaces/native/innerkits/event/include/ |
H A D | key_event.h | 1096 static const int32_t KEYCODE_NUMPAD_SUBTRACT; member in OHOS::MMI::KeyEvent
|
/foundation/multimodalinput/input/frameworks/napi/key_code/src/ |
H A D | js_key_code.cpp | 186 DECLARE_NAPI_STATIC_PROPERTY("KEYCODE_NUMPAD_SUBTRACT", GetNapiInt32(env, KeyEvent::KEYCODE_NUMPAD_SUBTRACT)), in Export()
|
/foundation/multimodalinput/input/frameworks/proxy/events/src/ |
H A D | key_event.cpp | 171 {KeyEvent::KEYCODE_NUMPAD_SUBTRACT, "KEYCODE_NUMPAD_SUBTRACT"}, 568 const int32_t KeyEvent::KEYCODE_NUMPAD_SUBTRACT = 2115; member in OHOS::MMI::KeyEvent
|
Completed in 13 milliseconds