Searched refs:KEY_NUMPAD_DOT (Results 1 – 12 of 12) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/event/ |
H A D | key_event.cpp | 75 { KeyCode::KEY_NUMPAD_DOT, '.' }, 115 …de::KEY_NUMPAD_SUBTRACT, "-" }, { KeyCode::KEY_NUMPAD_ADD, "+" }, { KeyCode::KEY_NUMPAD_DOT, "." }, in ConvertInputCodeToString()
|
H A D | key_event.h | 175 KEY_NUMPAD_DOT = 2117, enumerator
|
H A D | key_event_recognizer.cpp | 185 {KeyCode::KEY_NUMPAD_DOT, "KEYCODE_NUMPAD_DOT"}, in KeyCodeToString()
|
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/ |
H A D | native_xcomponent_key_event.h | 179 KEY_NUMPAD_DOT = 2117, enumerator
|
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/external/multimodalinput/ |
H A D | key_event.h | 172 KEY_NUMPAD_DOT = 2117, enumerator
|
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/entrance/ |
H A D | event_dispatcher.cpp | 53 { MMI::KeyCode::KEY_NUMPAD_DOT, L'.' },
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/ |
H A D | native__xcomponent__key__event_8h.md | 24 ….md) = 2115, [KEY_NUMPAD_ADD](_o_h___native_x_component.md) = 2116, [KEY_NUMPAD_DOT](_o_h___native…
|
H A D | native__key_event_8h.md | 22 …e.md) = 2115, [KEY_NUMPAD_ADD](_ark_u_i___native_module.md) = 2116, [KEY_NUMPAD_DOT](_ark_u_i___na…
|
H A D | _o_h___native_x_component.md | 55 …_MULTIPLY = 2114, KEY_NUMPAD_SUBTRACT = 2115, KEY_NUMPAD_ADD = 2116, KEY_NUMPAD_DOT = 2117,<br>KEY… 418 | KEY_NUMPAD_DOT | Key **.** on numeric keypad. |
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/ |
H A D | native__xcomponent__key__event_8h.md | 24 ….md) = 2115, [KEY_NUMPAD_ADD](_o_h___native_x_component.md) = 2116, [KEY_NUMPAD_DOT](_o_h___native…
|
H A D | _o_h___native_x_component.md | 55 …UBTRACT = 2115, KEY_NUMPAD_ADD = 2116, KEY_NUMPAD_DOT = 21… 420 | KEY_NUMPAD_DOT | 小键盘按键'.' |
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/ |
H A D | text_field_keyevent_test.cpp | 62 { KeyCode::KEY_NUMPAD_DOT, L'.' },
|