Home
last modified time | relevance | path

Searched refs:KEY_B (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/indexer/
H A Dindexer_select_test_ng.cpp541 keyEvent.pressedCodes = { KeyCode::KEY_A, KeyCode::KEY_B };
549 keyEvent.code = KeyCode::KEY_B;
550 keyEvent.pressedCodes = { KeyCode::KEY_A, KeyCode::KEY_B };
558 keyEvent.code = KeyCode::KEY_B;
/ohos5.0/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)… in __anon1d5a884c2302()
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/
H A Dnative_xcomponent_key_event.h80 KEY_B = 2018, enumerator
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/external/multimodalinput/
H A Dkey_event.h73 KEY_B = 2018, enumerator
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/event/
H A Dkey_event.h76 KEY_B = 2018, enumerator
H A Dkey_event_recognizer.cpp86 {KeyCode::KEY_B, "KEYCODE_B"}, in KeyCodeToString()
/ohos5.0/docs/en/application-dev/reference/apis-arkui/
H A Dnative__xcomponent__key__event_8h.md24 …x_component.md) = 2016, [KEY_A](_o_h___native_x_component.md) = 2017,<br>[KEY_B](_o_h___native_x_c…
H A Dnative__key_event_8h.md22 …ative_module.md) = 2016, [KEY_A](_ark_u_i___native_module.md) = 2017,<br>[KEY_B](_ark_u_i___native…
H A D_o_h___native_x_component.md55 … 2014, KEY_DPAD_RIGHT = 2015, KEY_DPAD_CENTER = 2016,<br>KEY_A = 2017,<br>KEY_B = 2018, KEY_C = 20…
319 | KEY_B | Key **B**. |
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/
H A Dnative__xcomponent__key__event_8h.md24 …_component.md) = 2016, [KEY_A](_o_h___native_x_component.md) = 2017,<br/>[KEY_B](_o_h___native_x_c…
H A D_o_h___native_x_component.md55 …5,&nbsp;KEY_DPAD_CENTER&nbsp;=&nbsp;2016,<br/>KEY_A&nbsp;=&nbsp;2017,<br/>KEY_B&nbsp;=&nbsp;2018,&…
321 | KEY_B | 按键'B' |
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/
H A Dtext_field_keyevent_test.cpp158 { KeyCode::KEY_B, 'B' },
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/
H A Drich_editor_keyboard_shortcut_test_ng.cpp359 richEditorPattern->HandleSelectFontStyle(KeyCode::KEY_B);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_pattern.cpp2250 case KeyCode::KEY_B: in SetSelectSpanStyle()
10466 case KeyCode::KEY_B: in OnBackPressed()