Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/core/common/ai/
Dai_write_adapter.h36 int32_t selectStart = 0; member
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/slider/
Dslider_content_modifier.h46 PointF selectStart; member
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
Drich_editor_select_overlay.cpp218 auto selectStart = std::min(textSelector.baseOffset, textSelector.destinationOffset); in OnHandleMoveDone() local
Drich_editor_pattern.cpp3376 void RichEditorPattern::HandleSelect(GestureEvent& info, int32_t selectStart, int32_t selectEnd) in HandleSelect()
3417 auto selectStart = textSelector_.GetTextStart(); in HandleDoubleClickOrLongPress() local
6458 auto selectStart = textSelector_.GetTextStart(); in OnBackPressed() local
6641 auto selectStart = std::min(textSelector_.baseOffset, textSelector_.destinationOffset); in OnBackPressed() local
6724 auto selectStart = std::min(textSelector_.baseOffset, textSelector_.destinationOffset); in OnBackPressed() local
6757 void RichEditorPattern::FireOnSelect(int32_t selectStart, int32_t selectEnd) in OnBackPressed()
6880 auto selectStart = textSelector_.GetTextStart(); in OnBackPressed() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
Dtext_pattern.cpp1443 auto selectStart = textSelector_.GetTextStart(); in OnDragStart() local
3334 auto selectStart = std::min(textSelector.baseOffset, textSelector.destinationOffset); in CopyBindSelectionMenuParams() local
3380 void TextPattern::UpdateSelectionSpanType(int32_t selectStart, int32_t selectEnd) in UpdateSelectionSpanType()