/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/base/ |
H A D | view_abstract_model_test_ng.cpp | 228 …viewAbstractModelNG.BindContextMenu(ResponseType::RIGHT_CLICK, buildFunc, menuParam, previewBuildF… 237 …viewAbstractModelNG.BindContextMenu(ResponseType::RIGHT_CLICK, buildFunc, menuParam, previewBuildF… 246 …viewAbstractModelNG.BindContextMenu(ResponseType::RIGHT_CLICK, buildFunc, menuParam, previewBuildF… 255 …viewAbstractModelNG.BindContextMenu(ResponseType::RIGHT_CLICK, buildFunc, menuParam, previewBuildF… 442 auto type = ResponseType::RIGHT_CLICK; 478 auto type = ResponseType::RIGHT_CLICK; 514 auto type = ResponseType::RIGHT_CLICK; 679 auto type = ResponseType::RIGHT_CLICK; 724 auto type = ResponseType::RIGHT_CLICK; 821 auto type = ResponseType::RIGHT_CLICK; [all …]
|
H A D | view_abstract_test_ng_new.cpp | 458 …viewAbstractModelNG.BindContextMenu(ResponseType::RIGHT_CLICK, buildFunc, menuParam, previewBuildF…
|
/ohos5.0/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/engine/ |
H A D | GLFrame.js | 32 RIGHT_CLICK: 4, property in MouseEvent 77 MouseEvent.RIGHT_CLICK,
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/ |
H A D | text_selector.h | 45 RIGHT_CLICK, enumerator 235 RIGHT_CLICK = 0, enumerator
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/cppview/ |
H A D | view_abstract.h | 62 RIGHT_CLICK = 0, enumerator
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/ |
H A D | rich_editor_overlay_test_ng.cpp | 986 auto key = std::make_pair(TextSpanType::MIXED, TextResponseType::RIGHT_CLICK); 1003 TextSpanType::MIXED, buildFunc, onAppear, onDisappear, TextResponseType::RIGHT_CLICK); 1007 richEditorPattern->CopySelectionMenuParams(selectInfo, TextResponseType::RIGHT_CLICK); 1012 TextSpanType::MIXED, buildFunc, nullptr, nullptr, TextResponseType::RIGHT_CLICK); 1016 richEditorPattern->CopySelectionMenuParams(selectInfo, TextResponseType::RIGHT_CLICK); 1077 auto key = std::make_pair(TextSpanType::MIXED, TextResponseType::RIGHT_CLICK); 1079 TextSpanType::MIXED, buildFunc, onAppear, onDisappear, TextResponseType::RIGHT_CLICK); 1085 TextResponseType::RIGHT_CLICK, TextSpanType::MIXED, nullFunc, onAppear, onDisappear); 1090 TextResponseType::RIGHT_CLICK, TextSpanType::MIXED, buildFunc, onAppear, onDisappear); 1094 TextResponseType::RIGHT_CLICK, TextSpanType::IMAGE, buildFunc, onAppear, onDisappear);
|
H A D | rich_editor_test_ng.cpp | 2256 auto key = std::make_pair(TextSpanType::MIXED, TextResponseType::RIGHT_CLICK); 2273 TextSpanType::MIXED, buildFunc, onAppear, onDisappear, TextResponseType::RIGHT_CLICK); 2277 richEditorPattern->CopySelectionMenuParams(selectInfo, TextResponseType::RIGHT_CLICK); 2282 TextSpanType::MIXED, buildFunc, nullptr, nullptr, TextResponseType::RIGHT_CLICK); 2286 richEditorPattern->CopySelectionMenuParams(selectInfo, TextResponseType::RIGHT_CLICK); 2379 auto key = std::make_pair(TextSpanType::MIXED, TextResponseType::RIGHT_CLICK); 2381 TextSpanType::MIXED, buildFunc, onAppear, onDisappear, TextResponseType::RIGHT_CLICK); 2387 TextResponseType::RIGHT_CLICK, TextSpanType::MIXED, nullFunc, onAppear, onDisappear); 2392 TextResponseType::RIGHT_CLICK, TextSpanType::MIXED, buildFunc, onAppear, onDisappear); 2396 TextResponseType::RIGHT_CLICK, TextSpanType::IMAGE, buildFunc, onAppear, onDisappear);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/ |
H A D | web_context_select_overlay.cpp | 168 selectInfo.menuInfo.responseType = static_cast<int32_t>(TextResponseType::RIGHT_CLICK); in OnUpdateSelectOverlayInfo()
|
H A D | web_pattern.h | 741 TextResponseType responseType = TextResponseType::RIGHT_CLICK, bool handleReverse = false);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_richeditor_ffi.cpp | 30 NG::TextResponseType::RIGHT_CLICK, NG::TextResponseType::LONG_PRESS
|
H A D | cj_view_abstract_ffi.cpp | 79 … OHOS::Ace::Framework::CJResponseType::RIGHT_CLICK, OHOS::Ace::Framework::CJResponseType::LONGPRESS
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/ |
H A D | rich_editor_select_overlay.cpp | 302 pattern->SetTextResponseType(TextResponseType::RIGHT_CLICK); in OnUpdateSelectOverlayInfo() 303 responseType = TextResponseType::RIGHT_CLICK; in OnUpdateSelectOverlayInfo()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text/ |
H A D | text_testthree_ng.cpp | 781 auto key = std::make_pair(TextSpanType::MIXED, TextResponseType::RIGHT_CLICK); 783 TextSpanType::MIXED, buildFunc, onAppear, onDisappear, TextResponseType::RIGHT_CLICK); 788 …pattern->BindSelectionMenu(TextSpanType::MIXED, TextResponseType::RIGHT_CLICK, nullFunc, onAppear,… 792 …pattern->BindSelectionMenu(TextSpanType::MIXED, TextResponseType::RIGHT_CLICK, buildFunc, onAppear… 795 …pattern->BindSelectionMenu(TextSpanType::IMAGE, TextResponseType::RIGHT_CLICK, buildFunc, onAppear…
|
H A D | text_testtwo_ng.cpp | 1522 EXPECT_EQ(pattern->textResponseType_, TextResponseType::RIGHT_CLICK); 1577 EXPECT_EQ(pattern->textResponseType_, TextResponseType::RIGHT_CLICK);
|
H A D | text_test_ng.cpp | 3653 TextSpanType::MIXED, buildFunc, onAppear, onDisappear, TextResponseType::RIGHT_CLICK);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/ |
H A D | view_abstract_model_ng.cpp | 260 if (type == ResponseType::RIGHT_CLICK) { in BindContextMenu() 372 if (menuParam.menuBindType != MenuBindingType::RIGHT_CLICK) { in BindDragWithContextMenuParams()
|
H A D | view_abstract_model.h | 59 RIGHT_CLICK = 0, enumerator
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ohos-arkui-advanced-SelectionMenu.md | 393 … .bindSelectionMenu(RichEditorSpanType.TEXT, this.MyMenu3(), RichEditorResponseType.RIGHT_CLICK)
|
H A D | ts-basic-components-text.md | 886 | RIGHT_CLICK | 通过鼠标右键触发菜单弹出。 | 1484 … .bindSelectionMenu(TextSpanType.TEXT, this.RightClickTextCustomMenu, TextResponseType.RIGHT_CLICK)
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/ |
H A D | gesture_event_hub.h | 52 RIGHT_CLICK, enumerator
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/web/ |
H A D | web_pattern_test_ng.cpp | 730 auto responseType = TextResponseType::RIGHT_CLICK; 755 auto responseType = TextResponseType::RIGHT_CLICK;
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ohos-arkui-advanced-SelectionMenu.md | 391 … .bindSelectionMenu(RichEditorSpanType.TEXT, this.MyMenu3(), RichEditorResponseType.RIGHT_CLICK)
|
H A D | ts-basic-components-text.md | 886 | RIGHT_CLICK | The menu is displayed when the component is right-clicked.| 1484 … .bindSelectionMenu(TextSpanType.TEXT, this.RightClickTextCustomMenu, TextResponseType.RIGHT_CLICK)
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | view_abstract_model_impl.cpp | 1566 if (type == ResponseType::RIGHT_CLICK) { in BindContextMenu()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/ |
H A D | text_pattern.cpp | 1382 textResponseType_ = TextResponseType::RIGHT_CLICK; in HandleMouseRightButton()
|