Searched refs:KEY_I (Results 1 - 10 of 10) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/common/ime/ |
H A D | text_input_client.cpp | 102 { KeyComb(KeyCode::KEY_I, KEY_CTRL), [](tic* c) -> void { c->HandleSelectFontStyle(KeyCode::KEY_I); } },
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/ |
H A D | rich_editor_pattern_testfour_ng.cpp | 982 richEditorPattern->HandleSelectFontStyle(KeyCode::KEY_I); in HWTEST_F() 989 richEditorPattern->HandleSelectFontStyle(KeyCode::KEY_I); in HWTEST_F() 994 richEditorPattern->HandleSelectFontStyle(KeyCode::KEY_I); in HWTEST_F() 999 richEditorPattern->HandleSelectFontStyle(KeyCode::KEY_I); in HWTEST_F() 1005 richEditorPattern->HandleSelectFontStyle(KeyCode::KEY_I); in HWTEST_F()
|
H A D | rich_editor_click_test_ng.cpp | 1126 richEditorPattern->HandleSelectFontStyle(KeyCode::KEY_I); in HWTEST_F() 1141 richEditorPattern->HandleSelectFontStyle(KeyCode::KEY_I); in HWTEST_F() 1178 richEditorPattern->HandleSelectFontStyle(KeyCode::KEY_I); in HWTEST_F() 1222 richEditorPattern->HandleSelectFontStyle(KeyCode::KEY_I); in HWTEST_F()
|
H A D | rich_editor_keyboard_shortcut_test_ng.cpp | 393 richEditorPattern->HandleSelectFontStyle(KeyCode::KEY_I); in HWTEST_F() 561 code = KeyCode::KEY_I; in HWTEST_F()
|
/foundation/arkui/ace_engine/frameworks/component_test/core/ |
H A D | action.h | 72 { true, OHOS::MMI::KeyCode::KEY_H }, { true, OHOS::MMI::KeyCode::KEY_I }, { true, OHOS::MMI::KeyCode::KEY_J }, 84 { false, OHOS::MMI::KeyCode::KEY_I }, { false, OHOS::MMI::KeyCode::KEY_J }, { false, OHOS::MMI::KeyCode::KEY_K },
|
/foundation/arkui/ace_engine/interfaces/native/ |
H A D | native_xcomponent_key_event.h | 87 KEY_I = 2025, enumerator
|
/foundation/arkui/ace_engine/adapter/preview/external/multimodalinput/ |
H A D | key_event.h | 80 KEY_I = 2025, member in OHOS::MMI::KeyCode
|
/foundation/arkui/ace_engine/frameworks/core/event/ |
H A D | key_event.h | 83 KEY_I = 2025, member in OHOS::OHOS::Ace::KeyCode
|
H A D | key_event_recognizer.cpp | 93 {KeyCode::KEY_I, "KEYCODE_I"}, in KeyCodeToString()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/ |
H A D | rich_editor_pattern.cpp | 2216 case KeyCode::KEY_I: 10543 case KeyCode::KEY_I: in HandleSelectFontStyleWrapper()
|
Completed in 25 milliseconds