Home
last modified time | relevance | path

Searched refs:RIGHT_CLICK (Results 1 - 23 of 23) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Devent_constants.h29 RIGHT_CLICK, member in MenuBindingType
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/cppview/
H A Dview_abstract.h62 RIGHT_CLICK = 0, member in OHOS::Ace::Framework::CJResponseType
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_selector.h45 RIGHT_CLICK, member in OHOS::Ace::NG::CaretUpdateType
235 RIGHT_CLICK = 0, member in OHOS::Ace::NG::TextResponseType
/foundation/arkui/ace_engine/test/unittest/core/base/
H A Dview_abstract_model_test_ng.cpp228 viewAbstractModelNG.BindContextMenu(ResponseType::RIGHT_CLICK, buildFunc, menuParam, previewBuildFunc); in HWTEST_F()
237 viewAbstractModelNG.BindContextMenu(ResponseType::RIGHT_CLICK, buildFunc, menuParam, previewBuildFunc); in HWTEST_F()
246 viewAbstractModelNG.BindContextMenu(ResponseType::RIGHT_CLICK, buildFunc, menuParam, previewBuildFunc); in HWTEST_F()
255 viewAbstractModelNG.BindContextMenu(ResponseType::RIGHT_CLICK, buildFunc, menuParam, previewBuildFunc); in HWTEST_F()
264 viewAbstractModelNG.BindContextMenu(ResponseType::RIGHT_CLICK, buildFunc, menuParam, previewBuildFunc); in HWTEST_F()
268 * @tc.steps: subwindow is null and does not enter BindContextMenuSingle, with type == ResponseType::RIGHT_CLICK. in HWTEST_F()
271 viewAbstractModelNG.BindContextMenu(ResponseType::RIGHT_CLICK, buildFunc, menuParam, previewBuildFunc); in HWTEST_F()
442 auto type = ResponseType::RIGHT_CLICK; in HWTEST_F()
478 auto type = ResponseType::RIGHT_CLICK; in HWTEST_F()
514 auto type = ResponseType::RIGHT_CLICK; in HWTEST_F()
[all...]
H A Dview_abstract_test_ng_new.cpp460 viewAbstractModelNG.BindContextMenu(ResponseType::RIGHT_CLICK, buildFunc, menuParam, previewBuildFunc); in HWTEST_F()
/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/
H A Drich_editor_overlay_test_ng.cpp999 auto key = std::make_pair(TextSpanType::MIXED, TextResponseType::RIGHT_CLICK); in HWTEST_F()
1016 TextSpanType::MIXED, buildFunc, onAppear, onDisappear, TextResponseType::RIGHT_CLICK); in HWTEST_F()
1020 richEditorPattern->CopySelectionMenuParams(selectInfo, TextResponseType::RIGHT_CLICK); in HWTEST_F()
1025 TextSpanType::MIXED, buildFunc, nullptr, nullptr, TextResponseType::RIGHT_CLICK); in HWTEST_F()
1029 richEditorPattern->CopySelectionMenuParams(selectInfo, TextResponseType::RIGHT_CLICK); in HWTEST_F()
1090 auto key = std::make_pair(TextSpanType::MIXED, TextResponseType::RIGHT_CLICK); in HWTEST_F()
1092 TextSpanType::MIXED, buildFunc, onAppear, onDisappear, TextResponseType::RIGHT_CLICK); in HWTEST_F()
1098 TextResponseType::RIGHT_CLICK, TextSpanType::MIXED, nullFunc, onAppear, onDisappear); in HWTEST_F()
1103 TextResponseType::RIGHT_CLICK, TextSpanType::MIXED, buildFunc, onAppear, onDisappear); in HWTEST_F()
1107 TextResponseType::RIGHT_CLICK, TextSpanTyp in HWTEST_F()
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_context_select_overlay.cpp167 selectInfo.menuInfo.responseType = static_cast<int32_t>(TextResponseType::RIGHT_CLICK); in OnUpdateSelectOverlayInfo()
H A Dweb_pattern.h738 TextResponseType responseType = TextResponseType::RIGHT_CLICK, bool handleReverse = false);
H A Dweb_pattern.cpp621 curResponseType_ = ResponseType::RIGHT_CLICK; in OnContextMenuShow()
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_richeditor_ffi.cpp26 NG::TextResponseType::RIGHT_CLICK, NG::TextResponseType::LONG_PRESS
H A Dcj_view_abstract_ffi.cpp72 OHOS::Ace::Framework::CJResponseType::RIGHT_CLICK, OHOS::Ace::Framework::CJResponseType::LONGPRESS
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_select_overlay.cpp292 pattern->SetTextResponseType(TextResponseType::RIGHT_CLICK); in OnUpdateSelectOverlayInfo()
293 responseType = TextResponseType::RIGHT_CLICK; in OnUpdateSelectOverlayInfo()
H A Drich_editor_pattern.cpp6903 ShowSelectOverlay(RectF(), RectF(), IsSelectAll(), TextResponseType::RIGHT_CLICK);
6923 ShowSelectOverlay(RectF(), RectF(), IsSelectAll(), TextResponseType::RIGHT_CLICK);
10403 ShowSelectOverlay(RectF(), RectF(), IsSelectAll(), TextResponseType::RIGHT_CLICK); in HandleOnShowMenu() member in OHOS::Ace::NG::TextResponseType
/foundation/arkui/ace_engine/test/unittest/core/pattern/text/
H A Dtext_testthree_ng.cpp817 auto key = std::make_pair(TextSpanType::MIXED, TextResponseType::RIGHT_CLICK); in HWTEST_F()
819 TextSpanType::MIXED, buildFunc, onAppear, onDisappear, TextResponseType::RIGHT_CLICK); in HWTEST_F()
824 pattern->BindSelectionMenu(TextSpanType::MIXED, TextResponseType::RIGHT_CLICK, nullFunc, onAppear, onDisappear); in HWTEST_F()
828 pattern->BindSelectionMenu(TextSpanType::MIXED, TextResponseType::RIGHT_CLICK, buildFunc, onAppear, onDisappear); in HWTEST_F()
831 pattern->BindSelectionMenu(TextSpanType::IMAGE, TextResponseType::RIGHT_CLICK, buildFunc, onAppear, onDisappear); in HWTEST_F()
H A Dtext_testtwo_ng.cpp1576 EXPECT_EQ(pattern->textResponseType_, TextResponseType::RIGHT_CLICK); in HWTEST_F()
1634 EXPECT_EQ(pattern->textResponseType_, TextResponseType::RIGHT_CLICK); in HWTEST_F()
H A Dtext_test_ng.cpp3729 TextSpanType::MIXED, buildFunc, onAppear, onDisappear, TextResponseType::RIGHT_CLICK); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dview_abstract_model_ng.cpp262 if (type == ResponseType::RIGHT_CLICK) { in BindContextMenu()
374 if (menuParam.menuBindType != MenuBindingType::RIGHT_CLICK) { in BindDragWithContextMenuParams()
H A Dview_abstract_model.h59 RIGHT_CLICK = 0, member in OHOS::Ace::ResponseType
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dview_abstract_model_impl.cpp1550 if (type == ResponseType::RIGHT_CLICK) {
/foundation/arkui/ace_engine/test/unittest/core/pattern/web/
H A Dweb_pattern_test_ng.cpp804 auto responseType = TextResponseType::RIGHT_CLICK; in HWTEST_F()
829 auto responseType = TextResponseType::RIGHT_CLICK; in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dtext_pattern.cpp1499 textResponseType_ = TextResponseType::RIGHT_CLICK; in HandleMouseRightButton()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_web.cpp3355 menuParam.menuBindType = MenuBindingType::RIGHT_CLICK; in BindSelectionMenu()
H A Djs_view_abstract.cpp7732 menuParam.menuBindType = MenuBindingType::RIGHT_CLICK; in JsBindContextMenu()

Completed in 95 milliseconds