Home
last modified time | relevance | path

Searched refs:KEY_B (Results 1 - 10 of 10) sorted by relevance

/foundation/arkui/ace_engine/test/unittest/core/pattern/indexer/
H A Dindexer_select_test_ng.cpp541 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 Dtext_input_client.cpp101 { KeyComb(KeyCode::KEY_B, KEY_CTRL), [](tic* c) -> void { c->HandleSelectFontStyle(KeyCode::KEY_B); } },
/foundation/arkui/ace_engine/frameworks/component_test/core/
H A Daction.h70 { 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 Dnative_xcomponent_key_event.h80 KEY_B = 2018, enumerator
/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/
H A Drich_editor_click_test_ng.cpp1128 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 Drich_editor_keyboard_shortcut_test_ng.cpp359 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 Dkey_event.h73 KEY_B = 2018, member in OHOS::MMI::KeyCode
/foundation/arkui/ace_engine/frameworks/core/event/
H A Dkey_event.h76 KEY_B = 2018, member in OHOS::OHOS::Ace::KeyCode
H A Dkey_event_recognizer.cpp86 {KeyCode::KEY_B, "KEYCODE_B"}, in KeyCodeToString()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_pattern.cpp2212 case KeyCode::KEY_B:
10536 case KeyCode::KEY_B: in HandleSelectFontStyleWrapper()

Completed in 25 milliseconds