Home
last modified time | relevance | path

Searched refs:UpdateSelectionByTouchMove (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/
H A Drich_editor_pattern_testtwo_ng.cpp459 richEditorPattern->UpdateSelectionByTouchMove(touchOffset);
H A Drich_editor_edit_test_ng.cpp227 richEditorPattern->UpdateSelectionByTouchMove(richOffset);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_pattern.h1292 void UpdateSelectionByTouchMove(const Offset& offset);
H A Drich_editor_pattern.cpp6706 UpdateSelectionByTouchMove(offset); in OnBackPressed()
10673 void RichEditorPattern::UpdateSelectionByTouchMove(const Offset& touchOffset) in OnBackPressed() function in OHOS::Ace::NG::RichEditorPattern