Home
last modified time | relevance | path

Searched refs:KEY_PLUS (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/event/
H A Dkey_event_recognizer.cpp134 {KeyCode::KEY_PLUS, "KEYCODE_PLUS"}, in KeyCodeToString()
469 {((int64_t)KeyCode::KEY_CTRL_LEFT << KEY_INTENTION_OFFSET) + (int64_t)KeyCode::KEY_PLUS, in keyItemsTransKeyIntention()
471 {((int64_t)KeyCode::KEY_CTRL_RIGHT << KEY_INTENTION_OFFSET) + (int64_t)KeyCode::KEY_PLUS, in keyItemsTransKeyIntention()
H A Dkey_event.cpp114 …{ KeyCode::KEY_PLUS, "+=" }, { KeyCode::KEY_NUMPAD_DIVIDE, "/" }, { KeyCode::KEY_NUMPAD_MULTIPLY, … in ConvertInputCodeToString()
H A Dkey_event.h124 KEY_PLUS = 2066, enumerator
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/
H A Dnative_xcomponent_key_event.h128 KEY_PLUS = 2066, enumerator
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/external/multimodalinput/
H A Dkey_event.h121 KEY_PLUS = 2066, enumerator
/ohos5.0/docs/en/application-dev/reference/apis-arkui/
H A Dnative__xcomponent__key__event_8h.md24 …omponent.md) = 2064, [KEY_AT](_o_h___native_x_component.md) = 2065,<br>[KEY_PLUS](_o_h___native_x_…
H A Dnative__key_event_8h.md22 …ve_module.md) = 2064, [KEY_AT](_ark_u_i___native_module.md) = 2065,<br>[KEY_PLUS](_ark_u_i___nativ…
H A D_o_h___native_x_component.md55 …OLON = 2062, KEY_APOSTROPHE = 2063, KEY_SLASH = 2064, KEY_AT = 2065,<br>KEY_PLUS = 2066, KEY_MENU …
367 | KEY_PLUS | Key **+**. |
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/
H A Dnative__xcomponent__key__event_8h.md24 …mponent.md) = 2064, [KEY_AT](_o_h___native_x_component.md) = 2065,<br/>[KEY_PLUS](_o_h___native_x_…
H A D_o_h___native_x_component.md55 …063,&nbsp;KEY_SLASH&nbsp;=&nbsp;2064,&nbsp;KEY_AT&nbsp;=&nbsp;2065,<br/>KEY_PLUS&nbsp;=&nbsp;2066,…
369 | KEY_PLUS | 按键'+' |
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/menu/
H A Dmenu_patternEx_test_ng.cpp1105 KeyEvent upKeyEvent(KeyCode::KEY_PLUS, KeyAction::DOWN);