Home
last modified time | relevance | path

Searched refs:KEY_R (Results 1 - 8 of 8) sorted by relevance

/foundation/arkui/ace_engine/frameworks/component_test/core/
H A Daction.h75 { 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 Dnative_xcomponent_key_event.h96 KEY_R = 2034, enumerator
/foundation/arkui/ace_engine/adapter/preview/external/multimodalinput/
H A Dkey_event.h89 KEY_R = 2034, member in OHOS::MMI::KeyCode
/foundation/arkui/ace_engine/test/unittest/core/pattern/refresh/
H A Drefresh_layout_test_ng.cpp249 * @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 Dkey_event.h92 KEY_R = 2034, member in OHOS::OHOS::Ace::KeyCode
H A Dkey_event_recognizer.cpp102 {KeyCode::KEY_R, "KEYCODE_R"}, in KeyCodeToString()
/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/
H A Drich_editor_click_test_ng.cpp1231 richEditorPattern->HandleSelectFontStyle(KeyCode::KEY_R); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/refresh/
H A Drefresh_pattern.cpp413 if (event.code == KeyCode::KEY_F5 || (event.IsCombinationKey() && event.IsCtrlWith(KeyCode::KEY_R))) { in OnKeyEvent()

Completed in 12 milliseconds