Searched refs:KEY_MENU (Results 1 - 9 of 9) sorted by relevance
/foundation/multimodalinput/input/tools/vuinput/src/ |
H A D | virtual_uwb_remote_control.cpp | 55 KEY_HOMEPAGE, KEY_POWER, KEY_BACK, KEY_MENU, KEY_ENTER, KEY_LEFT, KEY_RIGHT, KEY_UP, KEY_DOWN, in VirtualUwbRemoteControl()
|
/foundation/arkui/ace_engine/interfaces/native/ |
H A D | native_xcomponent_key_event.h | 129 KEY_MENU = 2067, enumerator
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/ |
H A D | view_abstract_model_ng.cpp | 37 constexpr char KEY_MENU[] = "Menu"; member 127 targetNode->PushDestroyCallbackWithTag(destructor, KEY_MENU); in BindMenu() 142 targetNode->PushDestroyCallbackWithTag(destructor, KEY_MENU); in BindMenu() 457 if (event.code == KeyCode::KEY_MENU || event.keyIntention == KeyIntention::INTENTION_MENU) { in RegisterContextMenuKeyEvent()
|
/foundation/arkui/ace_engine/frameworks/core/common/ime/ |
H A D | text_input_client.cpp | 62 { KeyComb(KeyCode::KEY_MENU), &tic::HandleOnShowMenu },
|
/foundation/arkui/ace_engine/adapter/preview/external/multimodalinput/ |
H A D | key_event.h | 122 KEY_MENU = 2067, member in OHOS::MMI::KeyCode
|
/foundation/arkui/ace_engine/frameworks/core/event/ |
H A D | key_event.h | 125 KEY_MENU = 2067, member in OHOS::OHOS::Ace::KeyCode
|
H A D | key_event_recognizer.cpp | 135 {KeyCode::KEY_MENU, "KEYCODE_MENU"}, in KeyCodeToString()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/rating/ |
H A D | rating_test_ng.cpp | 1093 event.code = KeyCode::KEY_MENU; in HWTEST_F()
|
/foundation/arkui/ace_engine/test/unittest/core/base/ |
H A D | view_abstract_model_test_ng.cpp | 994 event.code = KeyCode::KEY_MENU; in HWTEST_F()
|
Completed in 14 milliseconds