Searched defs:textSelectInfo (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/ |
H A D | rich_editor_pattern_testfour_ng.cpp | 710 SelectionInfo textSelectInfo; variable
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/ |
H A D | rich_editor_pattern.cpp | 2212 SelectionInfo textSelectInfo = GetEmojisBySelect(start, end); in MixTextEmojiUpdateStyle() local 2400 SelectionInfo textSelectInfo = GetEmojisBySelect(start, end); in IsTextSpanFromResult() local 2991 auto textSelectInfo = GetSpansInfo(currentPosition, nextPosition, GetSpansMethod::ONSELECT); in HandleOnlyImageSelected() local 6997 auto textSelectInfo = GetSpansInfo(selectStart, selectEnd, GetSpansMethod::ONSELECT); in OnBackPressed() local 7004 void RichEditorPattern::UpdateSelectionType(const SelectionInfo& textSelectInfo) in OnBackPressed() 7013 SelectionInfo RichEditorPattern::GetAdjustedSelectionInfo(const SelectionInfo& textSelectInfo) in OnBackPressed() 7207 auto textSelectInfo = GetSpansInfo(selectStart, selectEnd, GetSpansMethod::ONSELECT); in OnBackPressed() local 7606 auto textSelectInfo = GetSpansInfo(-1, -1, GetSpansMethod::ONSELECT); in OnBackPressed() local 9262 …SelectionInfo textSelectInfo = GetSpansInfo(dragRange_.first, dragRange_.second, GetSpansMethod::O… in OnBackPressed() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/ |
H A D | text_pattern.cpp | 1665 auto textSelectInfo = GetSpansInfo(selectStart, selectEnd, GetSpansMethod::ONSELECT); in OnDragStart() local
|