Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/slider/
Dslider_content_modifier.h47 PointF selectEnd; member
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
Drich_editor_pattern.cpp1813 auto selectEnd = textSelector_.GetTextEnd(); in JudgeDraggable() local
1850 auto selectEnd = std::max(textSelector_.baseOffset, textSelector_.destinationOffset); in HandleDoubleClickOrLongPress() local
3805 auto selectEnd = std::max(textSelector_.baseOffset, textSelector_.destinationOffset); in OnBackPressed() local
3864 auto selectEnd = std::max(textSelector_.baseOffset, textSelector_.destinationOffset); in OnBackPressed() local
3895 void RichEditorPattern::FireOnSelect(int32_t selectStart, int32_t selectEnd) in OnBackPressed()
3937 auto selectEnd = std::max(textSelector_.baseOffset, textSelector_.destinationOffset); in OnBackPressed() local
4126 auto selectEnd = textSelector_.GetTextEnd(); in OnBackPressed() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
Dtext_pattern.cpp1181 auto selectEnd = textSelector_.GetTextEnd(); in OnDragStart() local
2634 auto selectEnd = std::max(textSelector.baseOffset, textSelector.destinationOffset); in CopyBindSelectionMenuParams() local
2668 void TextPattern::UpdateSelectionSpanType(int32_t selectStart, int32_t selectEnd) in UpdateSelectionSpanType()