Searched refs:KEY_NUMPAD_9 (Results 1 – 12 of 12) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/event/ |
H A D | key_event.cpp | 123 if (KeyCode::KEY_NUMPAD_0 <= code && code <= KeyCode::KEY_NUMPAD_9) { in ConvertInputCodeToString() 147 if (KeyCode::KEY_NUMPAD_0 <= code && code <= KeyCode::KEY_NUMPAD_9) { in ConvertCodeToString()
|
H A D | key_event.h | 170 KEY_NUMPAD_9 = 2112, enumerator 553 (KeyCode::KEY_NUMPAD_0 <= code && code <= KeyCode::KEY_NUMPAD_9)); in IsNumberKey()
|
H A D | key_event_recognizer.cpp | 180 {KeyCode::KEY_NUMPAD_9, "KEYCODE_NUMPAD_9"}, in KeyCodeToString()
|
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/ |
H A D | native_xcomponent_key_event.h | 174 KEY_NUMPAD_9 = 2112, enumerator
|
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/external/multimodalinput/ |
H A D | key_event.h | 167 KEY_NUMPAD_9 = 2112, enumerator
|
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/entrance/ |
H A D | event_dispatcher.cpp | 427 …if (MMI::KeyCode::KEY_NUMPAD_0 <= keyEvent->code && keyEvent->code <= MMI::KeyCode::KEY_NUMPAD_9) { in HandleTextKeyEvent()
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/ |
H A D | native__xcomponent__key__event_8h.md | 24 …ent.md) = 2110, [KEY_NUMPAD_8](_o_h___native_x_component.md) = 2111, [KEY_NUMPAD_9](_o_h___native_…
|
H A D | native__key_event_8h.md | 22 …dule.md) = 2110, [KEY_NUMPAD_8](_ark_u_i___native_module.md) = 2111, [KEY_NUMPAD_9](_ark_u_i___nat…
|
H A D | _o_h___native_x_component.md | 55 …08, KEY_NUMPAD_6 = 2109,<br>KEY_NUMPAD_7 = 2110, KEY_NUMPAD_8 = 2111, KEY_NUMPAD_9 = 2112, KEY_NUM… 413 | KEY_NUMPAD_9 | Key **9** on numeric keypad. |
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/ |
H A D | native__xcomponent__key__event_8h.md | 24 …ent.md) = 2110, [KEY_NUMPAD_8](_o_h___native_x_component.md) = 2111, [KEY_NUMPAD_9](_o_h___native_…
|
H A D | _o_h___native_x_component.md | 55 …Y_NUMPAD_7 = 2110, KEY_NUMPAD_8 = 2111, KEY_NUMPAD_9 = 211… 415 | KEY_NUMPAD_9 | 小键盘按键'9' |
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/calendar_picker/ |
H A D | calendar_picker_pattern.cpp | 800 if (KeyCode::KEY_NUMPAD_0 <= event.code && event.code <= KeyCode::KEY_NUMPAD_9) { in HandleNumberKeyEvent()
|