Searched refs:KEY_B (Results 1 - 10 of 10) sorted by relevance
/foundation/arkui/ace_engine/test/unittest/core/pattern/indexer/ |
H A D | indexer_select_test_ng.cpp | 541 keyEvent.pressedCodes = { KeyCode::KEY_A, KeyCode::KEY_B }; in HWTEST_F() 549 keyEvent.code = KeyCode::KEY_B; in HWTEST_F() 550 keyEvent.pressedCodes = { KeyCode::KEY_A, KeyCode::KEY_B }; in HWTEST_F() 558 keyEvent.code = KeyCode::KEY_B; in HWTEST_F() 564 * @tc.steps: step4. Move to KEY_B again. in HWTEST_F()
|
/foundation/arkui/ace_engine/frameworks/core/common/ime/ |
H A D | text_input_client.cpp | 101 { KeyComb(KeyCode::KEY_B, KEY_CTRL), [](tic* c) -> void { c->HandleSelectFontStyle(KeyCode::KEY_B); } },
|
/foundation/arkui/ace_engine/frameworks/component_test/core/ |
H A D | action.h | 70 { true, OHOS::MMI::KeyCode::KEY_B }, { true, OHOS::MMI::KeyCode::KEY_C }, { true, OHOS::MMI::KeyCode::KEY_D }, 81 { true, OHOS::MMI::KeyCode::KEY_GRAVE }, { false, OHOS::MMI::KeyCode::KEY_A }, { false, OHOS::MMI::KeyCode::KEY_B },
|
/foundation/arkui/ace_engine/interfaces/native/ |
H A D | native_xcomponent_key_event.h | 80 KEY_B = 2018, enumerator
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/ |
H A D | rich_editor_click_test_ng.cpp | 1128 richEditorPattern->HandleSelectFontStyle(KeyCode::KEY_B); in HWTEST_F() 1143 richEditorPattern->HandleSelectFontStyle(KeyCode::KEY_B); in HWTEST_F() 1181 richEditorPattern->HandleSelectFontStyle(KeyCode::KEY_B); in HWTEST_F() 1226 richEditorPattern->HandleSelectFontStyle(KeyCode::KEY_B); in HWTEST_F()
|
H A D | rich_editor_keyboard_shortcut_test_ng.cpp | 359 richEditorPattern->HandleSelectFontStyle(KeyCode::KEY_B); in HWTEST_F() 553 code = KeyCode::KEY_B; in HWTEST_F()
|
/foundation/arkui/ace_engine/adapter/preview/external/multimodalinput/ |
H A D | key_event.h | 73 KEY_B = 2018, member in OHOS::MMI::KeyCode
|
/foundation/arkui/ace_engine/frameworks/core/event/ |
H A D | key_event.h | 76 KEY_B = 2018, member in OHOS::OHOS::Ace::KeyCode
|
H A D | key_event_recognizer.cpp | 86 {KeyCode::KEY_B, "KEYCODE_B"}, in KeyCodeToString()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/ |
H A D | rich_editor_pattern.cpp | 2212 case KeyCode::KEY_B: 10536 case KeyCode::KEY_B: in HandleSelectFontStyleWrapper()
|
Completed in 25 milliseconds