Home
last modified time | relevance | path

Searched refs:HandleDoubleClickOrLongPress (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/
H A Drich_editor_pattern_testone_ng.cpp1261 richEditorPattern->HandleDoubleClickOrLongPress(info);
1268 richEditorPattern->HandleDoubleClickOrLongPress(info);
1271 richEditorPattern->HandleDoubleClickOrLongPress(info);
1276 richEditorPattern->HandleDoubleClickOrLongPress(info);
H A Drich_editor_click_test_ng.cpp375 richEditorPattern->HandleDoubleClickOrLongPress(info);
382 richEditorPattern->HandleDoubleClickOrLongPress(info);
H A Drich_editor_pattern_testfour_ng.cpp93 richEditorPattern->HandleDoubleClickOrLongPress(info, imageNode);
102 richEditorPattern->HandleDoubleClickOrLongPress(info, imageNode);
H A Drich_editor_change_callback_test_ng.cpp996 richEditorPattern->HandleDoubleClickOrLongPress(info);
1007 richEditorPattern->HandleDoubleClickOrLongPress(info);
H A Drich_editor_overlay_test_ng.cpp854 richEditorPattern->HandleDoubleClickOrLongPress(info);
898 richEditorPattern->HandleDoubleClickOrLongPress(info);
H A Drich_editor_test_ng.cpp3431 richEditorPattern->HandleDoubleClickOrLongPress(info);
3438 richEditorPattern->HandleDoubleClickOrLongPress(info);
4355 richEditorPattern->HandleDoubleClickOrLongPress(info);
4366 richEditorPattern->HandleDoubleClickOrLongPress(info);
6278 richEditorPattern->HandleDoubleClickOrLongPress(info);
6322 richEditorPattern->HandleDoubleClickOrLongPress(info);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_pattern.h1071 void HandleDoubleClickOrLongPress(GestureEvent& info);
1072 void HandleDoubleClickOrLongPress(GestureEvent& info, RefPtr<FrameNode> host);
H A Drich_editor_pattern.cpp2923 HandleDoubleClickOrLongPress(info); in HandleDoubleClickEvent()
3452 HandleDoubleClickOrLongPress(info); in HandleLongPress()
3472 void RichEditorPattern::HandleDoubleClickOrLongPress(GestureEvent& info) in HandleDoubleClickOrLongPress() function in OHOS::Ace::NG::RichEditorPattern
3509 HandleDoubleClickOrLongPress(info, host); in HandleDoubleClickOrLongPress()
3541 void RichEditorPattern::HandleDoubleClickOrLongPress(GestureEvent& info, RefPtr<FrameNode> host) in HandleDoubleClickOrLongPress() function in OHOS::Ace::NG::RichEditorPattern