Home
last modified time | relevance | path

Searched refs:KEYCODE_NUMPAD_SUBTRACT (Results 1 - 10 of 10) sorted by relevance

/foundation/multimodalinput/input/interfaces/kits/c/input/
H A Doh_key_code.h299 KEYCODE_NUMPAD_SUBTRACT = 2115, enumerator
/foundation/barrierfree/accessibility/services/test/mock/multimodalinput/src/
H A Dmock_key_event.cpp44 const int32_t KeyEvent::KEYCODE_NUMPAD_SUBTRACT = 2115; member in OHOS::MMI::KeyEvent
/foundation/barrierfree/accessibility/services/aams/src/
H A Daccessibility_mouse_key.cpp53 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 Dkey_event_value_transformation.cpp497 {((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 Daccessibility_mouse_key_test.cpp270 event4->SetKeyCode(MMI::KeyEvent::KEYCODE_NUMPAD_SUBTRACT); in HWTEST_F()
273 item1.SetKeyCode(MMI::KeyEvent::KEYCODE_NUMPAD_SUBTRACT); in HWTEST_F()
H A Daccessibility_gesture_recognizer_test.cpp258 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 Dkey_event_value_transformation_test.cpp453 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 Dkey_event.h1096 static const int32_t KEYCODE_NUMPAD_SUBTRACT; member in OHOS::MMI::KeyEvent
/foundation/multimodalinput/input/frameworks/napi/key_code/src/
H A Djs_key_code.cpp186 DECLARE_NAPI_STATIC_PROPERTY("KEYCODE_NUMPAD_SUBTRACT", GetNapiInt32(env, KeyEvent::KEYCODE_NUMPAD_SUBTRACT)), in Export()
/foundation/multimodalinput/input/frameworks/proxy/events/src/
H A Dkey_event.cpp171 {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