Searched refs:KEY_R (Results 1 - 8 of 8) sorted by relevance
/foundation/arkui/ace_engine/frameworks/component_test/core/ |
H A D | action.h | 75 { true, OHOS::MMI::KeyCode::KEY_Q }, { true, OHOS::MMI::KeyCode::KEY_R }, { true, OHOS::MMI::KeyCode::KEY_S }, 87 { false, OHOS::MMI::KeyCode::KEY_R }, { false, OHOS::MMI::KeyCode::KEY_S }, { false, OHOS::MMI::KeyCode::KEY_T },
|
/foundation/arkui/ace_engine/interfaces/native/ |
H A D | native_xcomponent_key_event.h | 96 KEY_R = 2034, enumerator
|
/foundation/arkui/ace_engine/adapter/preview/external/multimodalinput/ |
H A D | key_event.h | 89 KEY_R = 2034, member in OHOS::MMI::KeyCode
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/refresh/ |
H A D | refresh_layout_test_ng.cpp | 249 * @tc.steps: step2. IsCombinationKey and KeyCode::KEY_R in HWTEST_F() 254 KeyEvent(KeyCode::KEY_UNKNOWN, KeyAction::UNKNOWN, { KeyCode::KEY_CTRL_LEFT, KeyCode::KEY_R }, 0, in HWTEST_F()
|
/foundation/arkui/ace_engine/frameworks/core/event/ |
H A D | key_event.h | 92 KEY_R = 2034, member in OHOS::OHOS::Ace::KeyCode
|
H A D | key_event_recognizer.cpp | 102 {KeyCode::KEY_R, "KEYCODE_R"}, in KeyCodeToString()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/ |
H A D | rich_editor_click_test_ng.cpp | 1231 richEditorPattern->HandleSelectFontStyle(KeyCode::KEY_R); in HWTEST_F()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/refresh/ |
H A D | refresh_pattern.cpp | 413 if (event.code == KeyCode::KEY_F5 || (event.IsCombinationKey() && event.IsCtrlWith(KeyCode::KEY_R))) { in OnKeyEvent()
|
Completed in 11 milliseconds