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 D | rich_editor_pattern_testone_ng.cpp | 1327 richEditorPattern->AdjustPlaceholderSelection(start, end, touchPos); 1332 richEditorPattern->AdjustPlaceholderSelection(start, end, touchPos);
|
H A D | rich_editor_pattern_test_ng.cpp | 717 richEditorPattern->AdjustPlaceholderSelection(start, end, touchPos);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/ |
H A D | rich_editor_pattern.h | 1238 void AdjustPlaceholderSelection(int32_t& start, int32_t& end, const Offset& pos);
|
H A D | rich_editor_pattern.cpp | 2990 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
|