Home
last modified time | relevance | path

Searched refs:RIGHT_CLICK (Results 1 – 25 of 31) sorted by relevance

12

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/base/
H A Dview_abstract_model_test_ng.cpp228 …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 Dview_abstract_test_ng_new.cpp458 …viewAbstractModelNG.BindContextMenu(ResponseType::RIGHT_CLICK, buildFunc, menuParam, previewBuildF…
/ohos5.0/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/engine/
H A DGLFrame.js32 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 Dtext_selector.h45 RIGHT_CLICK, enumerator
235 RIGHT_CLICK = 0, enumerator
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/cppview/
H A Dview_abstract.h62 RIGHT_CLICK = 0, enumerator
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/
H A Drich_editor_overlay_test_ng.cpp986 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 Drich_editor_test_ng.cpp2256 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 Dweb_context_select_overlay.cpp168 selectInfo.menuInfo.responseType = static_cast<int32_t>(TextResponseType::RIGHT_CLICK); in OnUpdateSelectOverlayInfo()
H A Dweb_pattern.h741 TextResponseType responseType = TextResponseType::RIGHT_CLICK, bool handleReverse = false);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_richeditor_ffi.cpp30 NG::TextResponseType::RIGHT_CLICK, NG::TextResponseType::LONG_PRESS
H A Dcj_view_abstract_ffi.cpp79 … 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 Drich_editor_select_overlay.cpp302 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 Dtext_testthree_ng.cpp781 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 Dtext_testtwo_ng.cpp1522 EXPECT_EQ(pattern->textResponseType_, TextResponseType::RIGHT_CLICK);
1577 EXPECT_EQ(pattern->textResponseType_, TextResponseType::RIGHT_CLICK);
H A Dtext_test_ng.cpp3653 TextSpanType::MIXED, buildFunc, onAppear, onDisappear, TextResponseType::RIGHT_CLICK);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dview_abstract_model_ng.cpp260 if (type == ResponseType::RIGHT_CLICK) { in BindContextMenu()
372 if (menuParam.menuBindType != MenuBindingType::RIGHT_CLICK) { in BindDragWithContextMenuParams()
H A Dview_abstract_model.h59 RIGHT_CLICK = 0, enumerator
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/
H A Dohos-arkui-advanced-SelectionMenu.md393 … .bindSelectionMenu(RichEditorSpanType.TEXT, this.MyMenu3(), RichEditorResponseType.RIGHT_CLICK)
H A Dts-basic-components-text.md886 | RIGHT_CLICK | 通过鼠标右键触发菜单弹出。 |
1484 … .bindSelectionMenu(TextSpanType.TEXT, this.RightClickTextCustomMenu, TextResponseType.RIGHT_CLICK)
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Dgesture_event_hub.h52 RIGHT_CLICK, enumerator
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/web/
H A Dweb_pattern_test_ng.cpp730 auto responseType = TextResponseType::RIGHT_CLICK;
755 auto responseType = TextResponseType::RIGHT_CLICK;
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dohos-arkui-advanced-SelectionMenu.md391 … .bindSelectionMenu(RichEditorSpanType.TEXT, this.MyMenu3(), RichEditorResponseType.RIGHT_CLICK)
H A Dts-basic-components-text.md886 | 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 Dview_abstract_model_impl.cpp1566 if (type == ResponseType::RIGHT_CLICK) { in BindContextMenu()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dtext_pattern.cpp1382 textResponseType_ = TextResponseType::RIGHT_CLICK; in HandleMouseRightButton()

12