Home
last modified time | relevance | path

Searched refs:KEY_NUMPAD_9 (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/event/
H A Dkey_event.cpp123 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 Dkey_event.h170 KEY_NUMPAD_9 = 2112, enumerator
553 (KeyCode::KEY_NUMPAD_0 <= code && code <= KeyCode::KEY_NUMPAD_9)); in IsNumberKey()
H A Dkey_event_recognizer.cpp180 {KeyCode::KEY_NUMPAD_9, "KEYCODE_NUMPAD_9"}, in KeyCodeToString()
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/
H A Dnative_xcomponent_key_event.h174 KEY_NUMPAD_9 = 2112, enumerator
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/external/multimodalinput/
H A Dkey_event.h167 KEY_NUMPAD_9 = 2112, enumerator
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/entrance/
H A Devent_dispatcher.cpp427 …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 Dnative__xcomponent__key__event_8h.md24 …ent.md) = 2110, [KEY_NUMPAD_8](_o_h___native_x_component.md) = 2111, [KEY_NUMPAD_9](_o_h___native_…
H A Dnative__key_event_8h.md22 …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.md55 …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 Dnative__xcomponent__key__event_8h.md24 …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.md55 …Y_NUMPAD_7&nbsp;=&nbsp;2110,&nbsp;KEY_NUMPAD_8&nbsp;=&nbsp;2111,&nbsp;KEY_NUMPAD_9&nbsp;=&nbsp;211…
415 | KEY_NUMPAD_9 | 小键盘按键'9' |
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/calendar_picker/
H A Dcalendar_picker_pattern.cpp800 if (KeyCode::KEY_NUMPAD_0 <= event.code && event.code <= KeyCode::KEY_NUMPAD_9) { in HandleNumberKeyEvent()