Home
last modified time | relevance | path

Searched refs:HandleCursorOnDragEnded (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/
H A Drich_editor_pattern_test_ng.cpp586 richEditorPattern->HandleCursorOnDragEnded(notifyDragEvent);
595 richEditorPattern->HandleCursorOnDragEnded(notifyDragEvent);
603 richEditorPattern->HandleCursorOnDragEnded(notifyDragEvent);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_pattern.h1145 void HandleCursorOnDragEnded(const RefPtr<NotifyDragEvent>& notifyDragEvent);
H A Drich_editor_pattern.cpp8906 void RichEditorPattern::HandleCursorOnDragEnded(const RefPtr<NotifyDragEvent>& notifyDragEvent) in OnBackPressed() function in OHOS::Ace::NG::RichEditorPattern
8939 HandleCursorOnDragEnded(notifyDragEvent); in OnBackPressed()