Home
last modified time | relevance | path

Searched refs:KEY_NUMPAD_ADD (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/event/
H A Dkey_event.cpp74 { KeyCode::KEY_NUMPAD_ADD, '+' },
115 …{ KeyCode::KEY_NUMPAD_SUBTRACT, "-" }, { KeyCode::KEY_NUMPAD_ADD, "+" }, { KeyCode::KEY_NUMPAD_DOT… in ConvertInputCodeToString()
H A Dkey_event_recognizer.cpp184 {KeyCode::KEY_NUMPAD_ADD, "KEYCODE_NUMPAD_ADD"}, in KeyCodeToString()
473 … {((int64_t)KeyCode::KEY_CTRL_LEFT << KEY_INTENTION_OFFSET) + (int64_t)KeyCode::KEY_NUMPAD_ADD, in keyItemsTransKeyIntention()
475 … {((int64_t)KeyCode::KEY_CTRL_RIGHT << KEY_INTENTION_OFFSET) + (int64_t)KeyCode::KEY_NUMPAD_ADD, in keyItemsTransKeyIntention()
H A Dkey_event.h174 KEY_NUMPAD_ADD = 2116, enumerator
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/
H A Dnative_xcomponent_key_event.h178 KEY_NUMPAD_ADD = 2116, enumerator
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/entrance/samples/
H A Devent_adapter.cpp60 { GLFW_KEY_KP_ADD, KeyCode::KEY_NUMPAD_ADD },
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/external/multimodalinput/
H A Dkey_event.h171 KEY_NUMPAD_ADD = 2116, enumerator
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/entrance/
H A Devent_dispatcher.cpp52 { MMI::KeyCode::KEY_NUMPAD_ADD, L'+' },
/ohos5.0/docs/en/application-dev/reference/apis-arkui/
H A Dnative__xcomponent__key__event_8h.md24 …= 2114, [KEY_NUMPAD_SUBTRACT](_o_h___native_x_component.md) = 2115, [KEY_NUMPAD_ADD](_o_h___native…
H A Dnative__key_event_8h.md22 … = 2114, [KEY_NUMPAD_SUBTRACT](_ark_u_i___native_module.md) = 2115, [KEY_NUMPAD_ADD](_ark_u_i___na…
H A D_o_h___native_x_component.md55 …E = 2113,<br>KEY_NUMPAD_MULTIPLY = 2114, KEY_NUMPAD_SUBTRACT = 2115, KEY_NUMPAD_ADD = 2116, KEY_NU…
417 | KEY_NUMPAD_ADD | Key **+** on numeric keypad. |
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/
H A Dnative__xcomponent__key__event_8h.md24 …= 2114, [KEY_NUMPAD_SUBTRACT](_o_h___native_x_component.md) = 2115, [KEY_NUMPAD_ADD](_o_h___native…
H A D_o_h___native_x_component.md55 …LY&nbsp;=&nbsp;2114,&nbsp;KEY_NUMPAD_SUBTRACT&nbsp;=&nbsp;2115,&nbsp;KEY_NUMPAD_ADD&nbsp;=&nbsp;21…
419 | KEY_NUMPAD_ADD | 小键盘按键'+' |
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/
H A Dtext_field_keyevent_test.cpp61 { KeyCode::KEY_NUMPAD_ADD, L'+' },