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 D | text_select_overlay.cpp | 238 textPattern->UpdateSelectionSpanType(textSelector.GetTextStart(), textSelector.GetTextEnd()); in OnHandleMoveDone()
|
H A D | text_pattern.h | 559 void UpdateSelectionSpanType(int32_t selectStart, int32_t selectEnd);
|
H A D | text_pattern.cpp | 365 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
|