Home
last modified time | relevance | path

Searched refs:AdjustPlaceholderSelection (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_testone_ng.cpp1327 richEditorPattern->AdjustPlaceholderSelection(start, end, touchPos);
1332 richEditorPattern->AdjustPlaceholderSelection(start, end, touchPos);
H A Drich_editor_pattern_test_ng.cpp717 richEditorPattern->AdjustPlaceholderSelection(start, end, touchPos);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_pattern.h1238 void AdjustPlaceholderSelection(int32_t& start, int32_t& end, const Offset& pos);
H A Drich_editor_pattern.cpp2990 AdjustPlaceholderSelection(currentPosition, nextPosition, textOffset); in HandleOnlyImageSelected()
8719 void RichEditorPattern::AdjustPlaceholderSelection(int32_t& start, int32_t& end, const Offset& touc… in OnBackPressed() function in OHOS::Ace::NG::RichEditorPattern