Home
last modified time | relevance | path

Searched defs:selectEnd (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/ai/
H A Dai_write_adapter.h37 int32_t selectEnd = 0; member
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/slider/
H A Dslider_content_modifier.h47 PointF selectEnd; member
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_select_overlay.cpp222 auto selectEnd = std::max(textSelector.baseOffset, textSelector.destinationOffset); in OnHandleMoveDone() local
H A Drich_editor_pattern.cpp3525 void RichEditorPattern::HandleSelect(GestureEvent& info, int32_t selectStart, int32_t selectEnd) in HandleSelect()
3565 auto selectEnd = textSelector_.GetTextEnd(); in HandleDoubleClickOrLongPress() local
6692 auto selectEnd = textSelector_.GetTextEnd(); in OnBackPressed() local
6876 auto selectEnd = std::max(textSelector_.baseOffset, textSelector_.destinationOffset); in OnBackPressed() local
6959 auto selectEnd = std::max(textSelector_.baseOffset, textSelector_.destinationOffset); in OnBackPressed() local
6991 void RichEditorPattern::FireOnSelect(int32_t selectStart, int32_t selectEnd) in OnBackPressed()
7206 auto selectEnd = textSelector_.GetTextEnd(); in OnBackPressed() local
7257 …auto selectEnd = result.spanPosition.spanRange[RichEditorSpanRange::RANGESTART] + result.offsetInS… in OnBackPressed() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dtext_pattern.cpp1662 auto selectEnd = textSelector_.GetTextEnd(); in OnDragStart() local
3582 auto selectEnd = std::max(textSelector.baseOffset, textSelector.destinationOffset); in CopyBindSelectionMenuParams() local
3627 void TextPattern::UpdateSelectionSpanType(int32_t selectStart, int32_t selectEnd) in UpdateSelectionSpanType()