Home
last modified time | relevance | path

Searched refs:KEY_PLUS (Results 1 - 6 of 6) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/event/
H A Dkey_event_recognizer.cpp134 {KeyCode::KEY_PLUS, "KEYCODE_PLUS"}, in KeyCodeToString()
472 {((int64_t)KeyCode::KEY_CTRL_LEFT << KEY_INTENTION_OFFSET) + (int64_t)KeyCode::KEY_PLUS, in keyItemsTransKeyIntention()
474 {((int64_t)KeyCode::KEY_CTRL_RIGHT << KEY_INTENTION_OFFSET) + (int64_t)KeyCode::KEY_PLUS, in keyItemsTransKeyIntention()
H A Dkey_event.h124 KEY_PLUS = 2066, member in OHOS::OHOS::Ace::KeyCode
/foundation/arkui/ace_engine/interfaces/native/
H A Dnative_xcomponent_key_event.h128 KEY_PLUS = 2066, enumerator
/foundation/arkui/ace_engine/adapter/preview/external/multimodalinput/
H A Dkey_event.h121 KEY_PLUS = 2066, member in OHOS::MMI::KeyCode
/foundation/arkui/ace_engine/frameworks/component_test/core/
H A Daction.cpp518 } else if (keyCode == OHOS::MMI::KeyCode::KEY_PLUS) { in IsSpecialKey()
/foundation/arkui/ace_engine/test/unittest/core/pattern/menu/
H A Dmenu_patternEx_test_ng.cpp1119 KeyEvent upKeyEvent(KeyCode::KEY_PLUS, KeyAction::DOWN); in HWTEST_F()

Completed in 11 milliseconds