Home
last modified time | relevance | path

Searched refs:UpdateSelectionSpanType (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dtext_select_overlay.cpp238 textPattern->UpdateSelectionSpanType(textSelector.GetTextStart(), textSelector.GetTextEnd()); in OnHandleMoveDone()
H A Dtext_pattern.h559 void UpdateSelectionSpanType(int32_t selectStart, int32_t selectEnd);
H A Dtext_pattern.cpp365 UpdateSelectionSpanType(std::min(textSelector_.baseOffset, textSelector_.destinationOffset), in HandleLongPress()
1175 UpdateSelectionSpanType(std::min(textSelector_.baseOffset, textSelector_.destinationOffset), in HandleDoubleClickEvent()
3617 UpdateSelectionSpanType(std::min(start, end), std::max(start, end)); in HandleSelectionChange()
3627 void TextPattern::UpdateSelectionSpanType(int32_t selectStart, int32_t selectEnd) in UpdateSelectionSpanType() function in OHOS::Ace::NG::TextPattern