Home
last modified time | relevance | path

Searched refs:HandleCursorOnDragMoved (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.cpp655 richEditorPattern->HandleCursorOnDragMoved(notifyDragEvent);
661 richEditorPattern->HandleCursorOnDragMoved(notifyDragEvent);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_pattern.h1143 void HandleCursorOnDragMoved(const RefPtr<NotifyDragEvent>& notifyDragEvent);
H A Drich_editor_pattern.cpp8868 void RichEditorPattern::HandleCursorOnDragMoved(const RefPtr<NotifyDragEvent>& notifyDragEvent) in OnBackPressed() function in OHOS::Ace::NG::RichEditorPattern
8933 HandleCursorOnDragMoved(notifyDragEvent); in OnBackPressed()