Searched refs:KEY_MINUS (Results 1 - 9 of 9) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/event/ |
H A D | key_event.cpp | 60 { KeyCode::KEY_MINUS, '-' }, 82 { KeyCode::KEY_MINUS, '_' }, 113 { KeyCode::KEY_MINUS, "-_" }, { KeyCode::KEY_EQUALS, "=+" }, { KeyCode::KEY_LEFT_BRACKET, "[{" }, in ConvertInputCodeToString()
|
H A D | key_event_recognizer.cpp | 125 {KeyCode::KEY_MINUS, "KEYCODE_MINUS"}, in KeyCodeToString() 480 {((int64_t)KeyCode::KEY_CTRL_LEFT << KEY_INTENTION_OFFSET) + (int64_t)KeyCode::KEY_MINUS, in keyItemsTransKeyIntention() 482 {((int64_t)KeyCode::KEY_CTRL_RIGHT << KEY_INTENTION_OFFSET) + (int64_t)KeyCode::KEY_MINUS, in keyItemsTransKeyIntention()
|
H A D | key_event.h | 115 KEY_MINUS = 2057, member in OHOS::OHOS::Ace::KeyCode
|
/foundation/arkui/ace_engine/adapter/preview/entrance/ |
H A D | event_dispatcher.cpp | 38 { MMI::KeyCode::KEY_MINUS, L'-' }, 60 { MMI::KeyCode::KEY_MINUS, L'_' },
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/ |
H A D | text_field_keyevent_test.cpp | 47 { KeyCode::KEY_MINUS, L'-' }, in HWTEST_F() 105 { KeyCode::KEY_MINUS, L'_' }, in HWTEST_F()
|
/foundation/arkui/ace_engine/frameworks/component_test/core/ |
H A D | action.h | 61 { false, OHOS::MMI::KeyCode::KEY_COMMA }, { false, OHOS::MMI::KeyCode::KEY_MINUS }, 80 { true, OHOS::MMI::KeyCode::KEY_6 }, { true, OHOS::MMI::KeyCode::KEY_MINUS },
|
/foundation/arkui/ace_engine/adapter/preview/entrance/samples/ |
H A D | event_adapter.cpp | 45 { GLFW_KEY_MINUS, KeyCode::KEY_MINUS },
|
/foundation/arkui/ace_engine/interfaces/native/ |
H A D | native_xcomponent_key_event.h | 119 KEY_MINUS = 2057, enumerator
|
/foundation/arkui/ace_engine/adapter/preview/external/multimodalinput/ |
H A D | key_event.h | 112 KEY_MINUS = 2057, member in OHOS::MMI::KeyCode
|
Completed in 15 milliseconds